Skip to main content
PATCH
Update category

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

category_id
string
required

Body

application/json
name
string | null

Category name

Required string length: 1 - 50
color
string | null

Hex color (e.g., #FF5733)

Maximum string length: 7
order
integer | null

Display order

Required range: x >= 0

Response

Successful Response

id
string
required
name
string
required
user_id
string
required
created_at
string
required
updated_at
string
required
organization_id
string | null
color
string | null
order
integer
default:0