Competition "rules" parameters

Competition is a container for a contest or contests. Depending on the competition parameters and values the contest will work in parallel to the "rules" of the competition. The so called "rules" here means that the "rules" indicate how a contest should behave.

Basic competition creation parameters via API that have an impact on the contest creation via API so that the flow of the contest doesn’t get disruptive.

You can find all the parameters needed to create a competition and contest here:

POST /api/:space/competitions

POST /api/:space/competitions/:competitionId/contests

A competition has to be created first then only a contest can be created.