Update: notification OpenAPI spec

This commit is contained in:
Nicholas Wallace 2024-08-03 14:58:08 -07:00
parent 0789f6faf7
commit 7231bc5997
2 changed files with 3 additions and 1 deletions

View file

@ -22,7 +22,7 @@ components:
notificationEventName: notificationEventName:
type: string type: string
description: The name of the event the notification will fire on. description: The name of the event the notification will fire on.
enum: ['onPodcastEpisodeDownloaded', 'onTest'] enum: ['onPodcastEpisodeDownloaded', 'onBackupCompleted', 'onBackupFailed', 'onTest']
urls: urls:
type: array type: array
items: items:

View file

@ -3165,6 +3165,8 @@
"description": "The name of the event the notification will fire on.", "description": "The name of the event the notification will fire on.",
"enum": [ "enum": [
"onPodcastEpisodeDownloaded", "onPodcastEpisodeDownloaded",
"onBackupCompleted",
"onBackupFailed",
"onTest" "onTest"
] ]
}, },