Update Category
Update an existing category
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
category_id
ID of the category to update
Request
This endpoint expects an object.
name
New name for the category
color_hex
New hex color code for the category (e.g.,
description
New description for the category
auto_tag_enabled
Whether to automatically tag transcripts that match this category
Response
This endpoint returns an object.
id
Unique identifier for the category
name
Name of the category
color_hex
Hex color code for the category
created_at
When the category was created
description
Optional description to help categorize transcripts
auto_tag_enabled
Whether auto-tagging is enabled for this category
transcription_count
Number of transcriptions in this category
