chore(oas): general fixes to OAS (#9413)

General fixes to OAS
This commit is contained in:
Shahed Nasser
2024-10-02 15:21:40 +00:00
committed by GitHub
parent 34eebb61eb
commit 5fb9c1f82e
9 changed files with 51 additions and 17 deletions
@@ -37,14 +37,10 @@
* "email": "admin@medusa-test.com",
* "password": "supersecret"
* }'
* - lang: Shell
* - lang: Bash
* label: Google Provider
* source: |-
* curl -X POST '{backend_url}/auth/user/google'
* - lang: Shell
* label: GitHub Provider
* source: |-
* curl -X POST '{backend_url}/auth/user/github'
* tags:
* - Auth
* responses:
@@ -27,7 +27,7 @@
* - lang: Shell
* label: Google Provider
* source: curl -X POST '{backend_url}/auth/user/google/callback?code=123'
* - lang: Shell
* - lang: Bash
* label: GitHub Provider
* source: curl -X POST '{backend_url}/auth/user/github/callback?code=123'
* tags: