Skip to content

Commit 73a25ab

Browse files
authored
docs: fix request example in restaurant marketplace recipe (medusajs#13292)
1 parent 2348a16 commit 73a25ab

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

www/apps/resources/app/recipes/marketplace/examples/restaurant-delivery/page.mdx

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1424,7 +1424,13 @@ curl -X POST 'http://localhost:9000/restaurants/res_01J5X704WQTFSZMRC7Z6S3YAC7/p
14241424
"amount": 20
14251425
}
14261426
],
1427-
"manage_inventory": false
1427+
"manage_inventory": false,
1428+
"options": [
1429+
{
1430+
"title": "Default Title",
1431+
"values": ["Default Value"]
1432+
}
1433+
]
14281434
}
14291435
],
14301436
"sales_channels": [

www/apps/resources/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ export const generatedEditDates = {
569569
"app/medusa-cli/commands/start/page.mdx": "2025-04-08T11:56:15.522Z",
570570
"app/medusa-cli/commands/telemtry/page.mdx": "2025-01-16T09:51:24.323Z",
571571
"app/medusa-cli/commands/user/page.mdx": "2024-08-28T10:44:52.489Z",
572-
"app/recipes/marketplace/examples/restaurant-delivery/page.mdx": "2025-07-16T09:58:31.748Z",
572+
"app/recipes/marketplace/examples/restaurant-delivery/page.mdx": "2025-08-25T07:30:37.299Z",
573573
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminCreateCustomerGroup/page.mdx": "2024-12-09T13:21:33.569Z",
574574
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminCreateReservation/page.mdx": "2025-04-11T09:04:47.498Z",
575575
"references/types/HttpTypes/interfaces/types.HttpTypes.AdminCustomerGroup/page.mdx": "2025-05-20T07:51:41.059Z",

0 commit comments

Comments
 (0)