create_movies_by_id_refresh
Refresh movie metadata for a given movie ID, including optional image refresh, to update outdated Trakt information.
Instructions
Refresh movie metadata.
POST /movies/{id}/refresh
Args: id: The id/slug of the resource. body: Request payload. Read the matching GET or the /schema endpoint first to see the fields this resource expects. images: Also queue a refresh of the resource images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | Yes | ||
| images | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |