mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-14 13:21:39 +00:00
Fix: required id in wrong body
This commit is contained in:
parent
c77582c180
commit
63b5a18f6d
1 changed files with 2 additions and 4 deletions
|
|
@ -167,8 +167,8 @@ paths:
|
||||||
'404':
|
'404':
|
||||||
$ref: '#/components/responses/notification404'
|
$ref: '#/components/responses/notification404'
|
||||||
patch:
|
patch:
|
||||||
operationId: createNotification
|
operationId: updateNotification
|
||||||
description: Update Notification settings.
|
description: Update individual Notification
|
||||||
tags:
|
tags:
|
||||||
- Notification
|
- Notification
|
||||||
requestBody:
|
requestBody:
|
||||||
|
|
@ -191,8 +191,6 @@ paths:
|
||||||
$ref: '../objects/Notification.yaml#/components/schemas/enabled'
|
$ref: '../objects/Notification.yaml#/components/schemas/enabled'
|
||||||
type:
|
type:
|
||||||
$ref: '../objects/Notification.yaml#/components/schemas/notificationType'
|
$ref: '../objects/Notification.yaml#/components/schemas/notificationType'
|
||||||
required:
|
|
||||||
- id
|
|
||||||
responses:
|
responses:
|
||||||
'200':
|
'200':
|
||||||
description: Success
|
description: Success
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue