mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-11 11:51:36 +00:00
Update: notification OpenAPI spec
This commit is contained in:
parent
0789f6faf7
commit
7231bc5997
2 changed files with 3 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ components:
|
|||
notificationEventName:
|
||||
type: string
|
||||
description: The name of the event the notification will fire on.
|
||||
enum: ['onPodcastEpisodeDownloaded', 'onTest']
|
||||
enum: ['onPodcastEpisodeDownloaded', 'onBackupCompleted', 'onBackupFailed', 'onTest']
|
||||
urls:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
|
|
@ -3165,6 +3165,8 @@
|
|||
"description": "The name of the event the notification will fire on.",
|
||||
"enum": [
|
||||
"onPodcastEpisodeDownloaded",
|
||||
"onBackupCompleted",
|
||||
"onBackupFailed",
|
||||
"onTest"
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue