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_id
Request
This endpoint expects an object.
index
0-based index of desired ordering
status
Initial status of the task. Must respect ordering constraints (COMPLETED tasks strictly before STAGED tasks).
task
Response
Successful Response
Errors
422
Tasks Add to Task Group V1request Unprocessable Entity Error

