mirror of
https://github.com/StuffAnThings/qbit_manage.git
synced 2025-11-09 16:00:53 +08:00
forgot missing attribute in webhook
parent
ad72e085b6
commit
c8f776a737
1 changed files with 2 additions and 0 deletions
|
|
@ -507,6 +507,7 @@ Payload will be sent when Unregistered Torrents are found
|
||||||
"torrent_status": str, // Torrent Tracker Status message
|
"torrent_status": str, // Torrent Tracker Status message
|
||||||
"torrent_tracker": str, // Torrent Tracker URL
|
"torrent_tracker": str, // Torrent Tracker URL
|
||||||
"notifiarr_indexer": str, // Notifiarr React name/id for indexer
|
"notifiarr_indexer": str, // Notifiarr React name/id for indexer
|
||||||
|
"torrents_deleted_and_contents": bool, // Deleted Torrents and contents or Deleted just the torrent
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### **Tag Tracker Error Notifications**
|
### **Tag Tracker Error Notifications**
|
||||||
|
|
@ -594,6 +595,7 @@ Payload will be sent when `cleanup` flag is set to true and `noHL` torrent meets
|
||||||
"cleanup": True, // Cleanup flag
|
"cleanup": True, // Cleanup flag
|
||||||
"torrent_tracker": str, // Torrent Tracker URL
|
"torrent_tracker": str, // Torrent Tracker URL
|
||||||
"notifiarr_indexer": str, // Notifiarr React name/id for indexer
|
"notifiarr_indexer": str, // Notifiarr React name/id for indexer
|
||||||
|
"torrents_deleted_and_contents": bool, // Deleted Torrents and contents or Deleted just the torrent
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
### **Empty Recycle Bin Notifications**
|
### **Empty Recycle Bin Notifications**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue