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:
|
items:
|
||||||
$ref: '../objects/settings/EmailSettings.yaml#/components/schemas/EreaderDeviceObject'
|
$ref: '../objects/settings/EmailSettings.yaml#/components/schemas/EreaderDeviceObject'
|
||||||
paths:
|
paths:
|
||||||
/api/emails:
|
/api/emails/settings:
|
||||||
get:
|
get:
|
||||||
description: Get email settings
|
description: Get email settings
|
||||||
operationId: getEmailSettings
|
operationId: getEmailSettings
|
||||||
|
@ -420,7 +420,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"/api/emails": {
|
"/api/emails/settings": {
|
||||||
"get": {
|
"get": {
|
||||||
"description": "Get email settings",
|
"description": "Get email settings",
|
||||||
"operationId": "getEmailSettings",
|
"operationId": "getEmailSettings",
|
||||||
|
@ -21,8 +21,8 @@ paths:
|
|||||||
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}~1image'
|
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}~1image'
|
||||||
/api/authors/{id}/match:
|
/api/authors/{id}/match:
|
||||||
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}~1match'
|
$ref: './controllers/AuthorController.yaml#/paths/~1api~1authors~1{id}~1match'
|
||||||
/api/emails:
|
/api/emails/settings:
|
||||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails'
|
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1settings'
|
||||||
/api/emails/test:
|
/api/emails/test:
|
||||||
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1test'
|
$ref: './controllers/EmailController.yaml#/paths/~1api~1emails~1test'
|
||||||
/api/emails/ereader-devices:
|
/api/emails/ereader-devices:
|
||||||
|
Loading…
Reference in New Issue
Block a user