Skip to main content

Module competition

Module competition 

Source
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.