Update a video entity
Updates a specified Video entity's name, description,...
/v1/video-entities/:id
PUT
https://api.uiza.io/api-vod/owner/v1/video-entities/:id
Path Parameters
Name
Type
Description
*
String
The identifier of your video entity to be updated
Request Body
Name
Type
Description
name
String
The new name of the video entity is to be updated. This parameter cannot be empty in your body request.
description
String
The new description of the video entity is to be updated. This version does not support updating a description as an empty string, in case your old description is incorrect, replace it with the new one that makes more sense.
Sample Request
Last updated