update_custom_format
Update a Sonarr custom format by fetching the existing object, applying changes, and sending back the complete format with its ID.
Instructions
Update a custom format. Fetch it first and send the whole object back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Custom format id | |
| custom_format | Yes | Full custom format object including id |