v51

latestSwagger 2.0AGPL-3.0-or-laterraw.githubusercontent.com2026-08-0116998415.7 KB
labels

Update a label

Update an existing label. The user needs to be the creator of the label to be able to do this.

put/labels/{id}

Path parameters

idinteger required

Label ID

Request body

createdstring

A timestamp when this label was created. You cannot change this value.

descriptionstring

The label description.

hex_colorstring

The color this label has in hex format.

idinteger

The unique, numeric id of this label.

titlestring

The title of the label. You'll see this one on tasks associated with it.

updatedstring

A timestamp when this label was last updated. You cannot change this value.

Response

The created label object.

createdstring

A timestamp when this label was created. You cannot change this value.

descriptionstring

The label description.

hex_colorstring

The color this label has in hex format.

idinteger

The unique, numeric id of this label.

titlestring

The title of the label. You'll see this one on tasks associated with it.

updatedstring

A timestamp when this label was last updated. You cannot change this value.