update_movie_by_id
Update a movie's details in Radarr by its ID, with optional file relocation. Modify existing movie records directly through the API.
Instructions
Update Movie.
PUT /api/v3/movie/{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 |