PUT ./organizations/labels/{id}
It is used to change the information of a label.
Admin rights required System labels can't be edited.
PUT parameters
| Name | Value Type | Validation | Details |
|---|---|---|---|
| lbName | string | Required | Label name. |
| lbColor | string | Required | Label color. |
Validation
| Error Field | Error Code | Error Message |
|---|---|---|
| lbID | 101 | lbID not found! |
| lbID | 102 | Label is a system label and can't be edited. |
Output example
{"result": true}
