mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-19 17:20:01 +02:00
Update yaml docs to include BearerAuth
This commit is contained in:
parent
8e6ead59ce
commit
b124d61826
2 changed files with 9 additions and 3 deletions
Binary file not shown.
|
@ -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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue