Skip to main content

Update a Title or Description

Updates the title and/or description of the specified video.

Authorizations: Recordings - EDIT

Requests

PUT /apis/assets/:assetId
{
"title": "InfoDevSession - 18/03/2014, 15:06",
"description": "API Test"
}

Response

Success

{
"data": {
  "title": "InfoDevSession - 18/03/2014, 15:06",
  "description": "API Test",
  "active": false,
  "id": "a6af4f7d-5c2d-4550-ace8-0b6a17c78540",
  "ctime": 1395950679,
  "mtime": 1399488944,
  "duration": 400.8,
  "recording": false,
  "trimming": false,
  "importing": false,
  "movieTrackCount": 1
}
}

Error

Code

Payload

Description

400
{"code":"010001", "name":"InputValidation",
"message":<Error message>, "httpStatusCode":400}

Supplied data was insufficient or incorrect.

404
{"code":"040002", "name":"AssetNotFound",
"message":"Video not found", "httpStatusCode":404}

Video with UUID Id not found.

500
{"code":"070017", "name":"UpdateAsset",
"message":"Failed to update a video",
"httpStatusCode":500}

Unable to write updated data to video.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.