Update yaml docs to include BearerAuth

This commit is contained in:
advplyr 2024-04-20 14:57:38 -05:00
parent 8e6ead59ce
commit b124d61826
2 changed files with 9 additions and 3 deletions

Binary file not shown.

View File

@ -7,9 +7,15 @@ servers:
- url: http://localhost:3000 - url: http://localhost:3000
description: Development server description: Development server
components: components:
securitySchemes:
BearerAuth:
type: http
scheme: bearer
responses: responses:
ok200: ok200:
description: OK description: OK
security:
- BearerAuth: []
paths: paths:
/api/authors/{id}: /api/authors/{id}:
get: get: