docs: fix OAS generator + generate OAS (#11584)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
curl -X POST '{backend_url}/admin/draft-orders/{id}' \
|
||||
-H 'Authorization: Bearer {access_token}'
|
||||
@@ -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"
|
||||
]
|
||||
}'
|
||||
Reference in New Issue
Block a user