mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-12 04:11:43 +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:
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue