docs: route
This commit is contained in:
@@ -19,6 +19,10 @@ import { defaultRelations, defaultFields } from "./"
|
|||||||
* last_name:
|
* last_name:
|
||||||
* description: "The Customer's last name."
|
* description: "The Customer's last name."
|
||||||
* type: string
|
* type: string
|
||||||
|
* billing_address:
|
||||||
|
* description: "The Address to be used for billing purposes."
|
||||||
|
* anyOf:
|
||||||
|
* - $ref: "#/components/schemas/address"
|
||||||
* password:
|
* password:
|
||||||
* description: "The Customer's password."
|
* description: "The Customer's password."
|
||||||
* type: string
|
* type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user