Skip to main content
PUT
Update Tag

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the tag.

Body

application/json
name
string

The name of the tag.

color
string | null

The color of the tag (CSS color string).

iconSlug
string | null

The icon slug for the tag.

description
string | null

Optional description of the tag. Omit to leave unchanged.

Response

Success

data
data · object

The updated tag.