# Update 'Generalerrandaction' Endpoint: PATCH /errands/generalerrands/reporting/generalerrandaction/{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): - `errand` (object, required) - `errand.id` (string) - `performing_started_at` (string,null) - `organization` (object,null) - `performed_by` (object,null) - `title` (string,null) - `spent_minutes` (integer,null) - `custom_id` (string,null) - `description` (string,null) ## Response 200 fields (application/json): - `id` (string, required) Additional Validation Information: Must be unique - `errand` (object, required) - `errand.id` (string) - `performing_started_at` (string,null) - `created_at` (string) - `organization` (object,null) - `performed_by` (object,null) - `title` (string,null) - `spent_minutes` (integer,null) - `custom_id` (string,null) - `description` (string,null) ## Response 401 fields ## Response 403 fields ## Response 429 fields