Update yaml docs to include BearerAuth

pull/2803/head
advplyr 4 weeks ago
parent 8e6ead59ce
commit b124d61826
  1. BIN
      docs/openapi.json
  2. 12
      docs/root.yaml

Binary file not shown.

@ -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:

Loading…
Cancel
Save