mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +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':
|
||||
$ref: '#/components/responses/notification404'
|
||||
patch:
|
||||
operationId: createNotification
|
||||
description: Update Notification settings.
|
||||
operationId: updateNotification
|
||||
description: Update individual Notification
|
||||
tags:
|
||||
- Notification
|
||||
requestBody:
|
||||
|
|
@ -191,8 +191,6 @@ paths:
|
|||
$ref: '../objects/Notification.yaml#/components/schemas/enabled'
|
||||
type:
|
||||
$ref: '../objects/Notification.yaml#/components/schemas/notificationType'
|
||||
required:
|
||||
- id
|
||||
responses:
|
||||
'200':
|
||||
description: Success
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue