# Update an existing Collection category Use this API endpoint to update an existing collection category Endpoint: PUT /v1/org/categories/{id} Version: 1.0 Security: x-api-key ## Path parameters: - `id` (string, required) The unique identifier of the collection category to be updated ## Request fields (application/json): - `name` (string) The updated name of the category - `description` (string) The updated description of the category - `is_predefined` (boolean) Whether the category is predefined - `enabled` (boolean) Whether the category is enabled ## Response 200 fields (application/json): - `id` (string) - `name` (string) - `description` (string) - `is_predefined` (boolean) - `enabled` (boolean)