Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions www/apps/api-reference/generated/generated-admin-sidebar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -621,13 +621,6 @@ const generatedgeneratedAdminSidebarSidebar = {
"loaded": false,
"showLoadingIfEmpty": true
},
{
"type": "category",
"title": "Rbac",
"children": [],
"loaded": false,
"showLoadingIfEmpty": true
},
{
"type": "category",
"title": "Refund Reasons",
Expand Down Expand Up @@ -898,24 +891,6 @@ const generatedgeneratedAdminSidebarSidebar = {
"loaded": false,
"showLoadingIfEmpty": true
},
{
"type": "category",
"title": "Transaction Groups",
"children": [
{
"type": "link",
"path": "transaction-groups_transactiongroup_schema",
"title": "TransactionGroup Object",
"loaded": true,
"badge": {
"variant": "neutral",
"text": "Schema"
}
}
],
"loaded": false,
"showLoadingIfEmpty": true
},
{
"type": "category",
"title": "Translations",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const sdk = new Medusa({
})

sdk.admin.orderEdit.updateOriginalItem(
"order_123",
"order_123",
"orli_123",
{
quantity: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const sdk = new Medusa({
})

sdk.admin.orderEdit.removeAddedItem(
"order_123",
"order_123",
"orli_123",
)
.then(({ order_preview }) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const sdk = new Medusa({
})

sdk.admin.orderEdit.updateAddedItem(
"order_123",
"order_123",
"orli_123",
{
quantity: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ sdk.admin.translation.batch({
})
.then(({ created, updated, deleted }) => {
console.log(created, updated, deleted)
})
```
})

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
curl -X DELETE '{backend_url}/admin/users/{id}/roles/{role_id}' \
-H 'Authorization: Bearer {access_token}'
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ required:
- ean
- upc
- thumbnail
- images
- allow_backorder
- manage_inventory
- hs_code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ properties:
externalDocs:
url: https://en.wikipedia.org/wiki/ISO_3166-2
description: Learn more about ISO 3166-2
metadata:
type: object
description: The address's metadata.
required:
- id
- address_1
Expand All @@ -53,3 +56,4 @@ required:
- phone
- postal_code
- province
- metadata

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,6 @@ properties:
externalDocs:
url: https://en.wikipedia.org/wiki/ISO_3166-2
description: Learn more about ISO 3166-2
metadata:
type: object
description: The address's metadata.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ required:
- ean
- upc
- thumbnail
- images
- allow_backorder
- manage_inventory
- hs_code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ required:
- hs_code
- mid_code
- material
- images
- deleted_at
- manage_inventory
- allow_backorder
Expand Down
Loading
Loading