Fix: notification ID is not uuid

This commit is contained in:
Nicholas Wallace 2024-06-23 17:25:34 +00:00
parent daa9ce3042
commit d53b148fe0

View file

@ -3,8 +3,10 @@ components:
notificationId: notificationId:
type: string type: string
description: The ID of the notification. description: The ID of the notification.
format: uuid example: notification-settings
example: e4bb1afb-4a4f-4dd6-8be0-e615d233185b # This is using a value of `notification-settings`, not a UUID. Need to investigate
#format: uuid
#example: e4bb1afb-4a4f-4dd6-8be0-e615d233185b
appriseApiUrl: appriseApiUrl:
type: string type: string
nullable: true nullable: true