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,3 +1,6 @@
curl --location --request POST 'https://medusa-url.com/admin/publishable-api-keys' \
--header 'Authorization: Bearer {api_token}'
-d '{ "created_by": "user_123" }'
--header 'Authorization: Bearer {api_token}' \
--header 'Content-Type: application/json' \
--data-raw '{
"title": "Web API Key"
}'