# Update 'Sensorspecification' Endpoint: PATCH /measurements/sensors/sensorspecification/{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) - `unit_name` (string, required) - `billing_article` (object,null) - `billing_article.id` (string) - `custom_id` (string,null) - `organization` (object,null) - `category` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7 ## Response 200 fields (application/json): - `name` (string, required) - `id` (string, required) Additional Validation Information: Must be unique - `unit_name` (string, required) - `billing_article` (object,null) - `billing_article.id` (string) - `customer_columns` (any) - `custom_id` (string,null) - `organization` (object,null) - `tags` (any) - `created_at` (string) - `category` (integer,null) Enum: 0, 1, 2, 3, 4, 5, 6, 7 ## Response 401 fields ## Response 403 fields ## Response 429 fields