create_shows_by_id_refresh
Refresh a show's metadata by ID to update its details, with an option to also refresh its images.
Instructions
Refresh show metadata.
POST /shows/{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 |