# Update 'Articlecategory' Endpoint: PATCH /accounting/articles/articlecategory/{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) - `archived` (boolean) - `consider_base_rent` (boolean) - `organization` (object,null) - `organization.id` (string) - `display_order` (integer,null) - `custom_id` (string,null) ## Response 200 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `name` (string, required) - `archived` (boolean) - `consider_base_rent` (boolean) - `customer_columns` (any) - `organization` (object,null) - `organization.id` (string) - `tags` (any) - `created_at` (string) - `display_order` (integer,null) - `custom_id` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields