Skip to main content

Update a label

PUT 

/labels/:id

Update an existing label.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Body

The label resource definition.

    name stringrequired

    The name of the label

    description string

    The description of the label

Responses

OK

Loading...