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
- label - String
- color - String
- must be hexadecimal color value with the following format: #RRGGBB
- Example: #2e86de

Code: 200 OK
Content Examples:


Updated 05 Sep 2023
Did this page help you?