SupportTicketRequestCategoryUpdateRequest
Partial update for a request category. At least one field must be provided.
display_name object
New human-readable category name. The backend recalculates the stable key from this value.
- string
- null
string
Possible values: non-empty and <= 80 characters
description object
Updated guidance for when this category should be used.
- string
- null
string
examples object
Updated example customer goals that fit this category.
- string[]
- null
Array [
string
]
is_active object
Whether the classifier can currently choose this category.
- boolean
- null
boolean
SupportTicketRequestCategoryUpdateRequest
{
"display_name": "string",
"description": "string",
"examples": [
"string"
],
"is_active": true
}