mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-07 11:39:38 +00:00
Add: EmailController to root.yaml
This commit is contained in:
parent
e60a91379a
commit
b8e17de8b4
2 changed files with 22 additions and 2 deletions
|
|
@ -21,6 +21,14 @@ paths:
|
|||
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}~1image'
|
||||
/api/authors/{id}/match:
|
||||
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}~1match'
|
||||
/api/emails:
|
||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails'
|
||||
/api/emails/test:
|
||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1test'
|
||||
/api/emails/ereader-devices:
|
||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1ereader-devices'
|
||||
/api/emails/send-ebook-to-device:
|
||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1send-ebook-to-device'
|
||||
/api/libraries:
|
||||
$ref: './controllers/LibraryController.yaml#/paths/~1api~1libraries'
|
||||
/api/libraries/{id}:
|
||||
|
|
@ -54,5 +62,7 @@ tags:
|
|||
description: Library endpoints
|
||||
- name: Series
|
||||
description: Series endpoints
|
||||
- name: Email
|
||||
description: Email endpoints
|
||||
- name: Notification
|
||||
description: Notifications endpoints
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue