chore(docs): Generated API Reference (#2991)

Co-authored-by: shahednasser <shahednasser@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-01-11 17:43:03 +02:00
committed by GitHub
parent f20cdeb680
commit 3b632c5130
19 changed files with 121 additions and 106 deletions

View File

@@ -1,6 +1,6 @@
curl --location --request POST 'https://medusa-url.com/admin/publishable-api-key/{id}' \
curl --location --request POST 'https://medusa-url.com/admin/publishable-api-key/{pka_id}' \
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "updated title"
"title": "new title"
}'