-
Notifications
You must be signed in to change notification settings - Fork 0
Description
INDEX /entrants
[not implemented]
GET /entrants/:id
:id is race id
Returns list of players participating in a race
PUT /entrants/:id
BODY
enter : :playerName - Enters a player into a race
ready : :playerName - Flags player as ready to race
unready : :playerName - Unflags player as ready to race
done : :playerName - Sets player as finished with the race
undone : :playerName - Sets player as not finished with the race
forfeit : :playerName - Allows the player to quit the race
comment : :playerName - Sets a player comment about the race
disqualify : :playerName - Disqualify a player from the race
message : :string - Sets message about disqualification
POST /entrants/:id
[not implemented]
DELETE /entrants/:id
BODY
entrant : playerName - Removes a player from a race