Management API
...
Customer
Labels
Update Customer Label
3min
updates a customer label, if requesting manager has access permissions to it url /api/v1/clabels/{id}/ method patch parameters label string color string must be hexadecimal color value with the following format #rrggbb example #2e86de data example { "label" "editlabel2", "color" "#2e86de" } success response code 200 ok content examples { "id" 53, "label" "edittest2", "color" "#2e86de", "company" 339 }