mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-07-10 03:11:34 +00:00
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:
parent
567a9a4e58
commit
aad2d9a017
5 changed files with 56 additions and 3 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -3225,6 +3225,7 @@
|
|||
"type": "string",
|
||||
"description": "The name of the event the notification will fire on.",
|
||||
"enum": [
|
||||
"onItemsAdded",
|
||||
"onPodcastEpisodeDownloaded",
|
||||
"onBackupCompleted",
|
||||
"onBackupFailed",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue