Added notification support for new items being added to a library. Supports the client upload method (one or more items), or folder changes.

This commit is contained in:
matt 2024-09-27 10:54:41 -05:00
parent 567a9a4e58
commit aad2d9a017
5 changed files with 56 additions and 3 deletions

View file

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

View file

@ -3225,6 +3225,7 @@
"type": "string",
"description": "The name of the event the notification will fire on.",
"enum": [
"onItemsAdded",
"onPodcastEpisodeDownloaded",
"onBackupCompleted",
"onBackupFailed",