Replace a Video
This endpoint replaces a selected video with one that you upload.
PUT
/api/uploads/videos/{videoId}
Path Parameters
| Parameter | Type | Validations |
|---|---|---|
| videoId | string, required | videoId of the video to replace |
Request Body
Video file to upload.
Video file content type must match with list at Media Types location.
Please provide Content-Type header for the uploaded video file.