Labels
Update label
Modify an existing label
patch/api/v4/labels
Query parameters
idstring required
Id of the label
Request body
Example request
{
"active": true,
"description": "Some description of the label"
}Response
Success
Example response
{
"active": true,
"client_id": "5ad782201d2e111dba689aa86d149702",
"description": "Cabify label example",
"id": "9a0e2da7-f93a-4b24-bce4-7a8b10d3997a",
"name": " Name of the Label",
"slug": "name-of-the-label"
}