update_episodefile_editor
Batch update episode file properties in Sonarr by sending a request payload to the editor endpoint, enabling changes like monitored status or quality in one operation.
Instructions
Update EpisodeFile.
PUT /api/v3/episodefile/editor
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 |