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
description: Development server
components:
responses:
ok200:
description: OK
securitySchemes:
BearerAuth:
type: http
scheme: bearer
responses:
ok200:
description: OK
security:
- BearerAuth: []
paths:
/api/authors/{id}:
get: