mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Update yaml docs to include BearerAuth
This commit is contained in:
parent
8e6ead59ce
commit
b124d61826
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…
Reference in New Issue
Block a user