From d53b148fe0efb6a68c208ea2fa04346c6d2e225d Mon Sep 17 00:00:00 2001 From: Nicholas Wallace Date: Sun, 23 Jun 2024 17:25:34 +0000 Subject: [PATCH] Fix: notification ID is not uuid --- docs/objects/Notification.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/objects/Notification.yaml b/docs/objects/Notification.yaml index 388970d7a..4837a6ec4 100644 --- a/docs/objects/Notification.yaml +++ b/docs/objects/Notification.yaml @@ -3,8 +3,10 @@ components: notificationId: type: string description: The ID of the notification. - format: uuid - example: e4bb1afb-4a4f-4dd6-8be0-e615d233185b + example: notification-settings + # This is using a value of `notification-settings`, not a UUID. Need to investigate + #format: uuid + #example: e4bb1afb-4a4f-4dd6-8be0-e615d233185b appriseApiUrl: type: string nullable: true