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_id
Request
This endpoint expects an object.
task
status
Initial status of the task. Must respect ordering constraints (COMPLETED tasks strictly before STAGED tasks).
Allowed values:
index
0-based index of desired ordering
Response
Successful Response

