V3 > Metadata
Update metadata.
Updates details of a specified metadata based on the given parameters.
put/2/vod/metadata/{metadata}
Path parameters
metadatainteger required
The MetadataLabel unique identifier
Request body
Example request
{
"name": "\"Hello World\"",
"options": {
"color": "#FFCC00"
}
}Response
OK
Example response
{
"result": "success",
"data": {
"id": 1,
"name": "my product",
"type": "file"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.