Open contest (v1)
Method & Path
POST /api/v1/workspace/:workspaceId/contests/:contestId/open
Description
Moves a draft contest to open when the question pool size is at least questionsToShowCount. Public participants can then start attempts.
Authentication
Required: Workspace token. Persona: Workspace Owner.
Response 200 OK
{ "contest": { "status": "open", "...": "..." } }
Common Errors
- 409 Conflict: Not in draft or insufficient questions in pool
- 401 Unauthorized