From 79ed86daeca2d3dee1c8bff39f37a5cc2b07a13f Mon Sep 17 00:00:00 2001 From: Sebastian Rindom Date: Tue, 13 Jul 2021 10:43:07 +0200 Subject: [PATCH] docs: route --- .../medusa/src/api/routes/store/customers/update-customer.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/medusa/src/api/routes/store/customers/update-customer.js b/packages/medusa/src/api/routes/store/customers/update-customer.js index b30e1c7cfb..6101f4fcaa 100644 --- a/packages/medusa/src/api/routes/store/customers/update-customer.js +++ b/packages/medusa/src/api/routes/store/customers/update-customer.js @@ -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