diff --git a/docs/controllers/NotificationController.yaml b/docs/controllers/NotificationController.yaml index 613e28e9e..9caf31c9f 100644 --- a/docs/controllers/NotificationController.yaml +++ b/docs/controllers/NotificationController.yaml @@ -41,15 +41,15 @@ paths: '404': $ref: '#/components/responses/notification404' patch: - operation: updateNotificationSettings + operationId: updateNotificationSettings description: Update Notification settings. tags: - Notification requestBody: - description: The Apprise Notification settings content: application/json: schema: + type: object properties: appriseApiUrl: $ref: '../objects/Notification.yaml#/components/schemas/appriseApiUrl' @@ -63,7 +63,7 @@ paths: '404': $ref: '#/components/responses/notification404' post: - operation: createNotification + operationId: createNotification description: Update Notification settings. tags: - Notification @@ -167,7 +167,7 @@ paths: '404': $ref: '#/components/responses/notification404' patch: - operation: createNotification + operationId: createNotification description: Update Notification settings. tags: - Notification diff --git a/docs/openapi.json b/docs/openapi.json index 925d02eb2..c636c85dc 100644 --- a/docs/openapi.json +++ b/docs/openapi.json @@ -1064,16 +1064,16 @@ } }, "patch": { - "operation": "updateNotificationSettings", + "operationId": "updateNotificationSettings", "description": "Update Notification settings.", "tags": [ "Notification" ], "requestBody": { - "description": "The Apprise Notification settings", "content": { "application/json": { "schema": { + "type": "object", "properties": { "appriseApiUrl": { "$ref": "#/components/schemas/appriseApiUrl" @@ -1099,7 +1099,7 @@ } }, "post": { - "operation": "createNotification", + "operationId": "createNotification", "description": "Update Notification settings.", "tags": [ "Notification" @@ -1263,7 +1263,7 @@ } }, "patch": { - "operation": "createNotification", + "operationId": "createNotification", "description": "Update Notification settings.", "tags": [ "Notification"