Add Movie Watch History
POST
/v1/movie/{id}/history
Parameters
Path Parameters
id*
Media ID
Type
Requiredinteger
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"
{
}