Editor: POST /tasks/{taskType}
Creates a new task of the specified type. Currently supports ‘ellipsis-tier2-task’.
Purpose: Creates a new task of the specified type. The request payload must include details such as name
, customer
, owner
, repo
, repository_id
, as_of_date
, question
, expected_answer
, and expected_evidence
.
Path Parameters
The type of task to create (e.g. 'ellipsis-tier2-task').
Body
Request payload for creating a new ellipsis tier 2 task.
Name of the task.
Customer name.
Owner of the task.
Repository name.
Repository ID.
Date as of which the task is valid.
The task question.
The expected answer for the task.
Expected evidence details.
Editor assigned (optional).
Git commit SHA.
Response
Response after creating a new task.
A confirmation message including details such as rows affected or the inserted id.