Skip to content

Add Movie Watch History

POST
/v1/movie/{id}/history

Parameters

Path Parameters

id*

Media ID

Type
integer
Required

Request Body

application/json
JSON
{
  
"action_type": "string",
  
"watched_at": "string"
}

Responses

OK

application/json
JSON
{
  
"data": {
  
  
"action_type": "string",
  
  
"inserted_source_id": 0,
  
  
"media_source": "string"
  
},
  
"status": "success"
}

Playground

Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI