create_media_by_media_id_by_status
Change a media item's status in Overseerr/Jellyseerr using its media ID and the target status. Submit the required request body to apply the update.
Instructions
Update media status.
POST /api/v1/media/{mediaId}/{status}
Args: media_id: Media ID status: New status 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 | ||
| status | Yes | ||
| media_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |