Open allejo opened 8 years ago
GET
/api/bans
/api/bans/{id}
POST
/api/matches
/api/matches/{id}
/api/mutes
/api/mutes/{id}
/api/players
/api/players/{id\|callsign}
/api/servers
/api/servers/{id}
/api/spawnlist
/api/teams
/api/teams/{id\|name}
Removal
/api/leagueOverseer
With the introduction of this public API, API keys will be required and each key will be granted permissions.
:+1:
GET
/api/bans
GET
/api/bans/{id}
POST
/api/bans
GET
/api/matches
GET
/api/matches/{id}
POST
/api/matches
GET
/api/mutes
GET
/api/mutes/{id}
POST
/api/mutes
GET
/api/players
GET
/api/players/{id\|callsign}
GET
/api/servers
GET
/api/servers/{id}
GET
/api/spawnlist
POST
/api/spawnlist
GET
/api/teams
GET
/api/teams/{id\|name}
Removal
POST
/api/leagueOverseer
With the introduction of this public API, API keys will be required and each key will be granted permissions.