chore: fix build errors in OAS (#9059)

Fix errors stopping OAS from building
This commit is contained in:
Shahed Nasser
2024-09-09 13:54:14 +00:00
committed by GitHub
parent 4ffcc41fe7
commit 2189ff2dc8
25 changed files with 36 additions and 48 deletions
@@ -10,7 +10,8 @@
* x-codeSamples:
* - lang: Shell
* label: cURL
* source: curl -X POST '{backend_url}/auth/token/refresh' \
* source: |-
* curl -X POST '{backend_url}/auth/token/refresh' \
* -H 'Authorization: Bearer {token}'
* tags:
* - Auth