chore(oas): improvements to examples and descriptions (#4545)

* improve curl examples in OAS

* update tags

* fix oas errors

* update tags and their descriptions

* updated oas of endpoints

* improved oas of all admin endpoints

* improved store OAS comments

* improved models OAS comments

* small change
This commit is contained in:
Shahed Nasser
2023-07-26 20:13:44 +03:00
committed by GitHub
parent caea44ebfd
commit 8a1aac028e
831 changed files with 5871 additions and 4324 deletions

View File

@@ -83,7 +83,7 @@ To allow the customer to claim an order, send a request to the Claim an Order en
<TabItem value="client" label="Medusa JS Client" default>
```ts
medusa.orders.claimOrders({
medusa.orders.requestCustomerOrders({
order_ids: [
order_id,
],