v1

latestOpenAPI 3.0.0Cabify Api support2026-07-264588127.9 KB
Labels

Update label

Modify an existing label

patch/api/v4/labels

Query parameters

idstring required

Id of the label

Request body

activeboolean

If false the Label is disabled

descriptionstring

Description of the Label

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"
}