chore(docs): Updated API Reference (v2) (#8686)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
This commit is contained in:
committed by
GitHub
parent
c999b414e7
commit
cc3e84f081
@@ -0,0 +1,2 @@
|
||||
curl -X DELETE '{backend_url}/admin/payment-collections/{id}' \
|
||||
-H 'x-medusa-access-token: {api_token}'
|
||||
@@ -0,0 +1,6 @@
|
||||
curl -X POST '{backend_url}/admin/payment-collections/{id}/mark-as-paid' \
|
||||
-H 'x-medusa-access-token: {api_token}' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"order_id": "{value}"
|
||||
}'
|
||||
Reference in New Issue
Block a user