Skip to main content

Update a label

PUT 

/api/v1/project/labels/:id

Update a label

Request

Path Parameters

    id numberrequired

    Label ID

Body

required

    name stringrequired

    Name of the label

    applicationCategory string

    Possible values: [user, technician]

    Filter labels by application category

Responses

Schema

    id numberrequired

    Unique identifier of the label

    name stringrequired

    Name of the label

    applicationCategory string

    Possible values: [user, technician]

    Application category this label belongs to

Loading...