mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-10 13:59:40 +00:00
Initial EmailController paths
This commit is contained in:
parent
bfc3c7e7c9
commit
046bf52d88
2 changed files with 99 additions and 3 deletions
|
|
@ -1,12 +1,14 @@
|
|||
components:
|
||||
schemas:
|
||||
ereaderName:
|
||||
type: string
|
||||
description: The name of the e-reader device.
|
||||
EreaderDeviceObject:
|
||||
type: object
|
||||
description: An e-reader device configured to receive EPUB through e-mail.
|
||||
properties:
|
||||
name:
|
||||
type: string
|
||||
description: The name of the e-reader device.
|
||||
$ref: '#/components/schemas/ereaderName'
|
||||
email:
|
||||
type: string
|
||||
description: The email address associated with the e-reader device.
|
||||
|
|
@ -73,5 +75,4 @@ components:
|
|||
- id
|
||||
- port
|
||||
- secure
|
||||
- rejectUnauthorized
|
||||
- ereaderDevices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue