Files
medusa-store/www/apps/api-reference/specs/admin/components/schemas/AdminBearerAuthRes.yaml
Shahed Nasser c67d490db3 chore(oas): Fix OAS related to JWT authentication (#5448)
* chore(oas): Fix OAS related to JWT authentication

* generate openapi spec files

* remove L option in curl examples
2023-10-23 11:48:02 +03:00

6 lines
137 B
YAML

type: object
properties:
access_token:
description: Access token that can be used to send authenticated requests.
type: string