Editor API
Editor: POST /tasks/{taskType}
Creates a new task of the specified type. Currently supports ‘ellipsis-tier2-task’.
POST
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
application/json
Payload containing the details of the task to create.
Request payload for creating a new ellipsis tier 2 task.
Response
200
application/json
Task created successfully.
Response after creating a new task.