label

Post creates a label

This endpoint let user creates a label.

post/labels

Headers

X-Request-Idstring

An unique ID for the request

Request body

idinteger

The ID of the label

namestring

The name the label

descriptionstring

The description the label

colorstring

The color the label

scopestring

The scope the label

project_idinteger

The ID of project that the label belongs to

creation_timestring date-time

The creation time the label

update_timestring date-time

The update time of the label

Response

Create successfully.

Changes