mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-04 06:59:41 +00:00
Add Server API to OpenAPI
This commit is contained in:
parent
d7e810fc2f
commit
31df862c32
2 changed files with 34 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ components:
|
|||
security:
|
||||
- BearerAuth: []
|
||||
paths:
|
||||
/ping:
|
||||
$ref: './controllers/ServerCONTROLLER.yaml#/paths/~1ping'
|
||||
/api/authors/{id}:
|
||||
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}'
|
||||
/api/authors/{id}/image:
|
||||
|
|
@ -90,3 +92,5 @@ tags:
|
|||
description: Notifications endpoints
|
||||
- name: Podcasts
|
||||
description: Podcast endpoints
|
||||
- name: Server
|
||||
description: Server endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue