Update an existing videoCopy Pagepatch https://api.pixop.com/api/v1/videos/{videoId}Updates the metadata of an existing video by its unique identifier.Path ParamsvideoIduuidrequiredThe unique identifier for the video.Body ParamsFields of a video that can be updated.Represents the fields that can be updated for a video resource.namestringlength between 1 and 255The name of the video. Used to easily identify specific videos within projects. The name must be between 1 and 255 characters long.descriptionstringlength between 0 and 511Optional description of the video. The description must be between 0 and 511 characters long.Responses 200Successfully retrieved video details. 400Invalid request. Inspect the details of the error for more information. 401Authentication failed. Missing or invalid X-API-Key or basic authentication credentials. 403Access denied. You do not have the necessary permissions to access this resource. 404The requested resource could not be found. 429Too Many Requests. The rate limit for this resource has been exceeded. 500An unexpected error occurred on the server.Updated about 1 year ago