create_customformat
Create a custom format in Sonarr to define custom quality and naming rules for media management. Use this tool to add a new custom format via the Sonarr API.
Instructions
Create CustomFormat.
POST /api/v3/customformat
Args: body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |