Initial EmailController paths

This commit is contained in:
Nicholas Wallace 2024-07-04 03:36:01 +00:00
parent bfc3c7e7c9
commit 046bf52d88
2 changed files with 99 additions and 3 deletions

View file

@ -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