Skip to main content

Create a new label

POST 

/api/v1/project/labels

Create a new label

Request

Body

required

    name stringrequired

    Name of the label

Responses

Schema

    id numberrequired

    Unique identifier of the label

    name stringrequired

    Name of the label

Loading...