You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`instanceIds` (optional) - Target instances (omit to apply to any matching instance)
117
-
-`indexerName` (optional) - Indexer display name (e.g., "TorrentDB"). Only used when "Use indexer name as category" mode is enabled; ignored otherwise
120
+
-`indexer` (optional) - autobrr indexer identifier (for example `hdb`). When "Use indexer name as category" mode is enabled, qui uses this identifier value as the category; ignored otherwise
118
121
-`tags` (optional) - Override webhook tags from settings
119
-
-`category` (optional) - Override category. Takes precedence over `indexerName`
122
+
-`category` (optional) - Override category. Takes precedence over `indexer`
120
123
-`startPaused` (optional) - Override whether torrents are added paused
121
124
-`skipIfExists` (optional) - Skip adding if the torrent already exists
122
125
-`findIndividualEpisodes` (optional) - Override the global episode matching setting
Copy file name to clipboardExpand all lines: documentation/static/openapi.yaml
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3034,6 +3034,10 @@ paths:
3034
3034
type: integer
3035
3035
format: uint64
3036
3036
description: Total torrent size in bytes (optional - enables size validation when provided)
3037
+
indexer:
3038
+
type: string
3039
+
minLength: 1
3040
+
description: Optional autobrr indexer identifier (for example "hdb"). Required if you want qui's HDBits-specific missing collection fallback on webhook checks.
3037
3041
findIndividualEpisodes:
3038
3042
type: boolean
3039
3043
description: Optional override for matching season packs vs episodes. Defaults to the Cross-Seed automation setting when omitted.
@@ -3109,9 +3113,10 @@ paths:
3109
3113
type: boolean
3110
3114
findIndividualEpisodes:
3111
3115
type: boolean
3112
-
indexerName:
3116
+
indexer:
3113
3117
type: string
3114
-
description: Indexer display name (e.g., "TorrentDB"). Only used when "Use indexer name as category" mode is enabled; ignored otherwise. Webhook applies cannot derive the indexer from the torrent file, so this field is required for that mode.
3118
+
minLength: 1
3119
+
description: autobrr indexer identifier (for example "hdb"). Only used when "Use indexer name as category" mode is enabled; when provided in that mode, qui uses this identifier as the category value. If omitted, qui falls back to the matched torrent category. Webhook applies cannot derive tracker identity from the torrent file.
0 commit comments