mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 12:21:34 +00:00
Fix: notification ID is not uuid
This commit is contained in:
parent
daa9ce3042
commit
d53b148fe0
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue