update_release_groups
Configure a series' release groups: whitelist, blacklist, fallback groups, and fallback days. Only specified fields are changed, leaving others untouched.
Instructions
Update release group configuration for a series.
Sends PATCH /api/v2/series/{slug} with the specified config.release.* fields. Only the provided fields are changed; omitted fields are left as-is.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blacklist | No | Blacklisted release groups. | |
| whitelist | No | Whitelisted release groups. | |
| series_slug | Yes | Series slug (e.g. "tvdb1234"). | |
| fallback_days | No | Days before falling back to the next group. | |
| fallback_groups | No | Anime release group fallback list (in priority order). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||