docs: fix and improve details on sending authenticated requests with API token (#10744)

* docs: fix and improve details on sending authenticated requests with API token

* fix security schema
This commit is contained in:
Shahed Nasser
2024-12-26 14:26:57 +02:00
committed by GitHub
parent ce51c36ecf
commit b9e7090842
7 changed files with 73 additions and 31 deletions

View File

@@ -1028,10 +1028,9 @@ paths:
components:
securitySchemes:
api_token:
type: apiKey
type: http
x-displayName: API Token
in: header
name: x-medusa-access-token
scheme: bearer
jwt_token:
type: http
x-displayName: JWT Token