sonarr_update_custom_format
Update a Sonarr custom format by fetching current settings and applying only the changes you specify.
Instructions
Update an existing custom format. Fetches the current format first then applies your changes. Only provide fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New name (optional) | |
| formatId | Yes | Custom format ID to update | |
| specifications | No | Full replacement specifications array (optional — replaces all specs if provided) | |
| includeWhenRenaming | No | Update include-when-renaming flag (optional) |