Fix: required id in wrong body

This commit is contained in:
Nicholas Wallace 2024-06-23 17:59:28 +00:00
parent c77582c180
commit 63b5a18f6d

View file

@ -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