mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2024-11-07 08:34:10 +01:00
Fix: wrong settings path
This commit is contained in:
parent
6d14ed8a72
commit
fa1518cb1d
@ -23,7 +23,7 @@ components:
|
||||
items:
|
||||
$ref: '../objects/settings/EmailSettings.yaml#/components/schemas/EreaderDeviceObject'
|
||||
paths:
|
||||
/api/emails:
|
||||
/api/emails/settings:
|
||||
get:
|
||||
description: Get email settings
|
||||
operationId: getEmailSettings
|
||||
|
@ -420,7 +420,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/api/emails": {
|
||||
"/api/emails/settings": {
|
||||
"get": {
|
||||
"description": "Get email settings",
|
||||
"operationId": "getEmailSettings",
|
||||
|
@ -21,8 +21,8 @@ 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/settings:
|
||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1settings'
|
||||
/api/emails/test:
|
||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1test'
|
||||
/api/emails/ereader-devices:
|
||||
|
Loading…
Reference in New Issue
Block a user