Add to task group

Adds a new task to a task group at a specific index. | authz_personas=[lig_owner_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.
indexintegerRequired>=0

0-based index of desired ordering

statusenumRequired

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

taskobjectRequired

Response

Successful Response

Errors

422
Tasks Add to Task Group V1request Unprocessable Entity Error