Skip to main content
PATCH
Update a Tag

Path Parameters

tag_id
string<uuid>
required

Body

application/json

Request body for updating a tag via PATCH.

name
string | null

Display name of the tag. Letters, numbers, and spaces only.

Required string length: 1 - 100
Pattern: ^[a-zA-Z0-9\s]+$
Example:

"Enterprise"

color
enum<string> | null

Display color of the tag.

Available options:
green,
blue,
red,
yellow,
purple,
berry,
peach,
gray
Example:

"blue"

Response

Successful Response

data
TagResponse · object
required
meta
ResponseMeta · object