mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-28 23:04:59 +02:00
Fix: schema reference in EmailController
This commit is contained in:
parent
93114b2181
commit
e2e5449d25
1 changed files with 3 additions and 2 deletions
|
@ -25,7 +25,8 @@ components:
|
|||
paths:
|
||||
/api/emails/settings:
|
||||
get:
|
||||
description: Get email settings
|
||||
summary: Get email settings
|
||||
description: Get email settings for sending e-books to e-readers.
|
||||
operationId: getEmailSettings
|
||||
tags:
|
||||
- Email
|
||||
|
@ -42,7 +43,7 @@ paths:
|
|||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/EmailSettings'
|
||||
$ref: '../objects/settings/EmailSettings.yaml#/components/schemas/EmailSettings'
|
||||
responses:
|
||||
200:
|
||||
$ref: '#/components/responses/email200'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue