This request updates the metadata for the specified video.
Caution
Partial updates are not supported. The full metadata set submitted in the request will replace the full previous metadata set.
Authorizations: Recordings - EDIT
PUT /apis/assets/:id/metadata
[ { "name": "calypso:creator", "field": [ { "fieldType": "STRING", "valueString": "haiadmin" } ] }, { "name": "calypso:recorded_from_session", "field": [ { "fieldType": "STRING", "valueString": "e4e7c695-5d07-4646-b849-ee79a11d92aa" } ] }, { "name": "calypso:category:Locations", "field": [ { "fieldType": "STRING", "valueString": "Chicago" }, { "fieldType": "STRING", "valueString": "Montreal" } ] }]
[
{
"name": "calypso:creator",
"field": [
"fieldType": "STRING",
"valueString": "haiadmin"
}
]
},
"name": "calypso:recorded_from_session",
"valueString": "e4e7c695-5d07-4646-b849-ee79a11d92aa"
"name": "calypso:category:Locations",
"valueString": "Chicago"
"valueString": "Montreal"
Success
{ "data": [ { "name": "calypso:creator", "field": [ { "fieldType": "STRING", "valueString": "haiadmin" } ] }, { "name": "calypso:recorded_from_session", "field": [ { "fieldType": "STRING", "valueString": "e4e7c695-5d07-4646-b849- ee79a11d92aa" } ] }, { "name": "calypso:category:Locations", "field": [ { "fieldType": "STRING", "valueString": "Chicago" }, { "fieldType": "STRING", "valueString": "Montreal" } ] }, { "name": "calypso:creatorDisplayName", "field": [ { "fieldType": "STRING", "valueString": "haiadmin" } ] } ]}
"data": [
"valueString": "e4e7c695-5d07-4646-b849- ee79a11d92aa"
"name": "calypso:creatorDisplayName",
Error
Code
Payload
Description
400
{"code":"010001", "name":"InputValidation", "message":<Error message>, "httpStatusCode":400}
{"code":"010001", "name":"InputValidation",
"message":<Error message>, "httpStatusCode":400}
Supplied data was insufficient or incorrect.
404
{"code":"040006", "name":"AssetNotFound", "message":"Video not found","httpStatusCode":404}
{"code":"040006", "name":"AssetNotFound",
"message":"Video not found","httpStatusCode":404}
Video with UUID Id not found.
Id
Please note, these errors can depend on your browser setup.
If this problem persists, please contact our support.