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:
github-actions[bot]
2024-08-21 07:20:13 +00:00
committed by GitHub
parent c999b414e7
commit cc3e84f081
16 changed files with 734 additions and 48 deletions

View File

@@ -0,0 +1,2 @@
curl -X DELETE '{backend_url}/admin/payment-collections/{id}' \
-H 'x-medusa-access-token: {api_token}'

View File

@@ -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}"
}'