From df801f792e04b24db96af712d3bf435ca63410a6 Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 23 Jun 2024 17:52:51 +0000 Subject: [PATCH] Remove: `id` from Notification requestBody --- docs/controllers/NotificationController.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/controllers/NotificationController.yaml b/docs/controllers/NotificationController.yaml index f4972e14f..f0cd484a5 100644 --- a/docs/controllers/NotificationController.yaml +++ b/docs/controllers/NotificationController.yaml @@ -74,11 +74,7 @@ paths: type: object properties: libraryId: - type: string - description: The ID of the library for the notification. Applies to all libraries if `null`. - nullable: true - format: uuid - example: 'e4bb1afb-4a4f-4dd6-8be0-e615d233185b' + $ref: '../objects/Library.yaml#/components/schemas/libraryIdNullable' eventName: $ref: '../objects/Notification.yaml#/components/schemas/notificationEventName' urls: @@ -181,8 +177,6 @@ paths: schema: type: object properties: - id: - $ref: '../objects/Notification.yaml#/components/schemas/notificationId' libraryId: $ref: '../objects/Library.yaml#/components/schemas/libraryId' eventName: