V3 > Label
Update label.
Updates details of a specified label based on the given parameters.
put/2/vod/labels/{genericLabel}
Path parameters
genericLabelinteger required
The GenericLabel 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.