From 10a5d22f7b64a69f4259b1f8ef435492d4bed67e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2024 16:09:28 +0000 Subject: [PATCH] chore(docs): Updated API Reference (automated) (#10321) Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com> --- .../operations/admin/post_admin_orders_[id]_transfer.ts | 3 ++- .../operations/admin/post_admin_orders_[id]_transfer_cancel.ts | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer.ts b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer.ts index 43c30da1b874b..5c4cec62fc985 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer.ts @@ -3,7 +3,8 @@ * operationId: PostOrdersIdTransfer * x-sidebar-summary: Request Transfer * summary: Request Order Transfer - * description: Request an order to be transfered to another customer. The transfer is confirmed by sending a request to the [Accept Order Transfer](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept) Store API route. + * description: Request an order to be transfered to another customer. The transfer is confirmed by sending a request to the [Accept Order + * Transfer](https://docs.medusajs.com/api/store#orders_postordersidtransferaccept) Store API route. * x-authenticated: true * parameters: * - name: id diff --git a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer_cancel.ts b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer_cancel.ts index 11b0a9c561852..318958633bdde 100644 --- a/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer_cancel.ts +++ b/www/utils/generated/oas-output/operations/admin/post_admin_orders_[id]_transfer_cancel.ts @@ -58,6 +58,5 @@ * "500": * $ref: "#/components/responses/500_error" * x-workflow: cancelOrderTransferRequestWorkflow - * */