Update Recording Metadata
This command updates the metadata assigned to the specified recording (the contents of either the title
, description
, or createdby
field).
Authorizations: All
Requests
updateMetadata recordingId title|description|createdby value |
Parameters
Name | Description |
---|---|
recordingId | The ID of a HMP recording. |
fieldName | The metadata field to update, either Note "createdby" is the display name on the Edit User page ( > Administration > Access Controls > Users). createdby is also the creator in the "Created M/D/YYYY by [creator]" status displayed in the Videos or Session player window |
value | The contents of the metadata field. |
Result
Success
OK |
Error
Error | Description |
---|---|
ERROR|010003|Expected 3 parameter(s). | Calling |
ERROR|010001|'Y' is not a UUID | The |
ERROR|040002|Recording not found | A recording with UUID |
ERROR|070017|Failed to update a recording | An internal error occurred while updating the metadata. Please see |
ERROR|010001|'Z' is an invalid field name | The |
ERROR|040012|No results | The list of metadata was not returned from the server. |
Example
updateMetadata f678f415-0665-48cd-b141-1e95283469f1 title Test2 OK |