chore(docs): Updated API Reference (automated) (#12826)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com> Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
441334abf4
commit
7ac734ca21
@@ -0,0 +1,10 @@
|
||||
curl -X POST '{backend_url}/admin/products/imports' \
|
||||
-H 'Authorization: Bearer {access_token}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"file_key": "{value}",
|
||||
"originalname": "{value}",
|
||||
"extension": "{value}",
|
||||
"size": 38,
|
||||
"mime_type": "{value}"
|
||||
}'
|
||||
@@ -0,0 +1,2 @@
|
||||
curl -X POST '{backend_url}/admin/products/imports/{transaction_id}/confirm' \
|
||||
-H 'Authorization: Bearer {access_token}'
|
||||
@@ -0,0 +1,8 @@
|
||||
curl -X POST '{backend_url}/admin/uploads/presigned-urls' \
|
||||
-H 'Authorization: Bearer {access_token}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"originalname": "{value}",
|
||||
"size": 43,
|
||||
"mime_type": "{value}"
|
||||
}'
|
||||
Reference in New Issue
Block a user