# Request changes to a completed task Endpoint: POST /api/v1/tasks/{id}/task_change_requests Version: 0.0.1 Security: bearerAuth ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `starting_section_id` (string) Starting section for the task change request. When specified, the change request will require users to resubmit answers for this section and all subsequent sections. ## Response 400 fields (application/json): - `message` (string, required) ## Response 401 fields (application/json): - `message` (string, required) Enum: "Not authorized" ## Response 404 fields (application/json): - `message` (string, required) Enum: "Task not found"