update_series_by_id
Update a specific TV series in Sonarr by its ID, with an option to move associated files. Use this to modify series details or relocate its media files.
Instructions
Update Series.
PUT /api/v3/series/{id}
Args: id: Path parameter. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. move_files: Query parameter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| move_files | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |