Migrate highlights to results

POST {{baseUrl}}/{{version}}/highlights/stats

This endpoint allows you to create new video.

Request Body

[{"name"=>"team_id", "value"=>"{{team_id}}", "datatype"=>"string"}, {"name"=>"event_id", "value"=>"{{event_id}}", "datatype"=>"string"}, {"name"=>"sport_id", "value"=>"{{sport_id}}", "datatype"=>"string"}, {"name"=>"competition_team_id", "value"=>"", "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
AuthorizationstringA valid JWT token

RESPONSES

status: OK

{"error":false,"code":200,"message":"The new video has been created successfully","video_id":544476888888888}