Expand description
Competition admin endpoints.
These are the operator write surface for competitions: create/update/delete
a competition. The validation rules (window/win-condition checks,
post-competition immutability, pre-only deletion) live in
[hypercall_competition::CompetitionService]; the public competition read
routes stay in hypercall-api.
Functionsยง
- create_
competition - Create competition.
- delete_
competition - Delete competition.
- update_
competition - Update competition.