Skip to content

V1: Entrants #1

@jiano

Description

@jiano

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions