Skip to main content

Get a label

GET 

/labels/:id

Retrieve an existing label.

Request

Path Parameters

    id stringrequired

    The UUID of the resource

Responses

OK

Schema
    name stringrequired

    The name of the label

    id stringrequired

    The UUID of the label

    description string

    The description of the label

Loading...