docs: fix OAS generator + generate OAS (#11584)

This commit is contained in:
Shahed Nasser
2025-02-24 15:30:38 +02:00
committed by GitHub
parent 41f070be9a
commit be566ca6fb
44 changed files with 10904 additions and 8753 deletions

View File

@@ -0,0 +1,2 @@
curl -X POST '{backend_url}/admin/draft-orders/{id}' \
-H 'Authorization: Bearer {access_token}'

View File

@@ -1,2 +1,7 @@
curl -X POST '{backend_url}/admin/products/batch' \
-H 'Authorization: Bearer {access_token}'
-H 'Authorization: Bearer {access_token}' \
--data-raw '{
"delete": [
"prod_123"
]
}'