Copy videos to another account
POST {{baseUrl}}/{{version}}/support/syncvideos/
Admins only!
Request Body
[{"name"=>"video_ids", "value"=>"[313,314,315,316]", "datatype"=>"string"}, {"name"=>"team_id", "value"=>"404", "datatype"=>"number"}, {"name"=>"event_id", "value"=>"2344", "datatype"=>"number"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | A valid JWT token |
RESPONSES
status: OK
{"error":false,"code":200,"message":"Video(s) have been copied!","response":{"video_url":"/videolibrary/team_129/video/game/1097_aFIbPabw-090442.mp4","video_thumb_url":"/videolibrary/team_129/thumbnails/game/thumb_637de7135d934.png","video_type":"game","team_id":"404","video_event_id":"2344","video_name":"Game vs Michs Mens 1","video_opponent_name":"Game vs Michs Mens 1","video_description":"4th quarter","video_date":"2022-11-21T00:00:00.000000Z","created_by":838,"updated_at":"2023-11-05T22:54:32.000000Z","created_at":"2023-11-05T22:54:32.000000Z","video_id":1111}}