Documentation Index
Fetch the complete documentation index at: https://mintlify.com/bpstack/home-account-showcase/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Authentication
This endpoint requires authentication via Bearer token and CSRF protection.Path Parameters
The UUID of the category to update.
Request Body
All fields are optional. Only include fields you want to update.The new category name. Must be between 3 and 23 characters if provided.
Updated encrypted version of the category name.
Updated hex color code (e.g.,
#10B981). Must be a valid 6-digit hex color or empty string.Updated icon identifier. Maximum 50 characters.
Response
Indicates whether the request was successful.
The updated category object.
Example Request
Example Response
Partial Update Example
You can update just the color:Error Responses
Bad Request - Invalid input data.
Not Found - Category does not exist or user does not have access.
Conflict - Category with this name already exists.
Notes
- All request body fields are optional
- Only the fields included in the request will be updated
- The
namefield is automatically sanitized for storage - The user must own the category or have access to the associated account
- Category names must be unique within an account
- If no fields are provided, the category is returned unchanged
