Editor API
Editor: PATCH /tasks/{taskType}/{id}
Updates fields of an existing task identified by its task type and id.
PATCH
Purpose: Updates an existing task identified by its task type and id. The request body may include updated values for fields such as editor
, sha
, as_of_date
, question
, expected_answer
, and expected_evidence
.
Path Parameters
The type of task to update (e.g. 'ellipsis-tier2-task').
The unique identifier of the task.
Body
application/json
Payload containing the fields to update.
Request payload for updating an existing ellipsis tier 2 task.
Updated editor value.
Updated commit SHA.
Updated date.
Updated task question.
Updated expected answer.
Updated expected evidence.
Response
200
application/json
Task updated successfully.
Response after updating a task.
A confirmation message including details such as rows affected.