Add task to task group

Adds a new task to a task group at a specific index. | authz_personas=[lig_org_operators] | (AddTaskToGroupReq) -> (PydanticObjectId)

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

task_group_idstringRequired

Request

This endpoint expects an object.
taskobjectRequired
statusenumRequired

Initial status of the task. Must respect ordering constraints (COMPLETED tasks strictly before STAGED tasks).

Allowed values:
indexintegerRequired>=0

0-based index of desired ordering

Response

Successful Response

Errors