Error
A valid request URL is required to generate request examples{
"chatLogId": "<string>",
"assignmentId": "<string>",
"attemptIndex": 123
}Assignments
Launch an assignment
Creates a new chatlog for the assignment, transitions status to IN_PROGRESS, and records a new attempt. Caller must be the exact assignee. Enforces maxAttempts and expiresAt guards before creating the chatlog.
POST
/
assignments
/
{id}
/
launch
Error
A valid request URL is required to generate request examples{
"chatLogId": "<string>",
"assignmentId": "<string>",
"attemptIndex": 123
}Was this page helpful?