mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-12-20 19:06:06 +01:00
Fix: schema reference in EmailController
This commit is contained in:
parent
93114b2181
commit
e2e5449d25
@ -25,7 +25,8 @@ components:
|
|||||||
paths:
|
paths:
|
||||||
/api/emails/settings:
|
/api/emails/settings:
|
||||||
get:
|
get:
|
||||||
description: Get email settings
|
summary: Get email settings
|
||||||
|
description: Get email settings for sending e-books to e-readers.
|
||||||
operationId: getEmailSettings
|
operationId: getEmailSettings
|
||||||
tags:
|
tags:
|
||||||
- Email
|
- Email
|
||||||
@ -42,7 +43,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/EmailSettings'
|
$ref: '../objects/settings/EmailSettings.yaml#/components/schemas/EmailSettings'
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
$ref: '#/components/responses/email200'
|
$ref: '#/components/responses/email200'
|
||||||
|
Loading…
Reference in New Issue
Block a user