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
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
curl --location --request POST 'https://medusa-url.com/admin/auth/token' \
|
||||
--header 'Content-Type: application/json' \
|
||||
curl -X POST '{backend_url}/admin/auth/token' \
|
||||
-H 'Content-Type: application/json' \
|
||||
--data-raw '{
|
||||
"email": "user@example.com",
|
||||
"password": "supersecret"
|
||||
|
||||
Reference in New Issue
Block a user