Skip to content

Create TV Show Rewatch

POST
/v1/tv/{id}/history/rewatch

Create new rewatch for tv show. This archives the previous watches, so user's can start fresh.

Parameters

Path Parameters

id*

Media ID

Type
integer
Required

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"created_at": "string",
  
  
"record_id": 0,
  
  
"rewatch_finished_at": "string",
  
  
"rewatch_id": 0,
  
  
"rewatch_started_at": "string",
  
  
"updated_at": "string",
  
  
"user_id": 0
  
},
  
"status": "success"
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI