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 |
---|---|---|
|
| Supplied data was insufficient or incorrect. |
|
| Video with UUID |
|
| Unable to write updated data to video. |