# Update 'Customercolumntype' Endpoint: PATCH /annotating/customercolumntype/{pk}/ Version: 2.0.0 Security: customer_id, application_id, service_id, service_version_id, client_ct, client_object_id, client_secret ## Path parameters: - `pk` (string, required) ## Request fields (application/json): - `name` (string, required) - `kind` (integer) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8 - `regex_validation` (string,null) - `organization` (object,null) - `organization.id` (string) - `only_allowed_for` (array) - `options` (array,null) - `custom_id` (string,null) - `color_code` (string,null) ## Response 200 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `kind` (integer) Enum: 0, 1, 2, 3, 4, 5, 6, 7, 8 - `regex_validation` (string,null) - `organization` (object,null) - `organization.id` (string) - `created_at` (string) - `only_allowed_for` (array) - `options` (array,null) - `custom_id` (string,null) - `color_code` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields