docs: route

This commit is contained in:
Sebastian Rindom
2021-07-13 10:43:07 +02:00
parent 5a1cbc68b7
commit 79ed86daec

View File

@@ -19,6 +19,10 @@ import { defaultRelations, defaultFields } from "./"
* last_name:
* description: "The Customer's last name."
* type: string
* billing_address:
* description: "The Address to be used for billing purposes."
* anyOf:
* - $ref: "#/components/schemas/address"
* password:
* description: "The Customer's password."
* type: string