Update Category

Update an existing category

Authentication

AuthorizationBearer

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

Path parameters

category_idUUIDRequired
ID of the category to update

Request

This endpoint expects an object.
namestringOptional
New name for the category
color_hexstringOptional

New hex color code for the category (e.g.,

descriptionstringOptional
New description for the category
auto_tag_enabledbooleanOptional
Whether to automatically tag transcripts that match this category

Response

This endpoint returns an object.
idUUID
Unique identifier for the category
namestring
Name of the category
color_hexstring
Hex color code for the category
created_atdatetime
When the category was created
descriptionstring or null
Optional description to help categorize transcripts
auto_tag_enabledboolean or null

Whether auto-tagging is enabled for this category

transcription_countinteger or null
Number of transcriptions in this category

Errors