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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user