Skip to main content
PATCH
Update an intent category

Authorizations

Authorization
string
header
required

Bearer token for authentication. Use an API key from the API Keys page in team settings, or an OAuth access token.

Path Parameters

environmentId
string
required

The ID of the environment

categoryId
string
required

The ID of the category

Body

application/json
name
string

The category name

Required string length: 1 - 100
color
enum<string>

The category color

Available options:
red,
orange,
yellow,
green,
blue,
purple,
pink,
gray

Response

The updated intent category

id
string
required
createdAt
string<date-time>
required
environmentId
string
required
name
string
required
color
enum<string>
required
Available options:
red,
orange,
yellow,
green,
blue,
purple,
pink,
gray