... | @@ -15,27 +15,27 @@ Wenn der User Administrator ist, können weitere Benutzer über die Plattform m |
... | @@ -15,27 +15,27 @@ Wenn der User Administrator ist, können weitere Benutzer über die Plattform m |
|
### Bots
|
|
### Bots
|
|
||||
|
|
||||
|
|
|-|-|-|
|
|
|-|-|-|
|
|
|GET |/bots |Student|
|
|
|GET |/bots | |
|
|
|GET |/bots/mybots |Student|
|
|
|GET |/bots/mybots | |
|
|
|GET |/bots/{botId} |Student|
|
|
|GET |/bots/{botId} | |
|
|
|GET |/bots/game/{gameId} |Student|
|
|
|GET |/bots/game/{gameId} | |
|
|
|POST |/bots/createbot |Student|
|
|
|POST |/bots/createbot | |
|
|
|DELETE|/bots/deletebot/{botId} |Student|
|
|
|DELETE|/bots/deletebot/{botId} | |
|
|
|POST |/bots/regeneratetoken/{botid} |Student|
|
|
|POST |/bots/regeneratetoken/{botid} | |
|
|
|POST |/bots/editbot |Student|
|
|
|POST |/bots/editbot | |
|
|
|
|
|
|
### Games
|
|
### Games
|
|
||||
|
|
||||
|
|
|-|-|-|
|
|
|-|-|-|
|
|
|GET |/games |Student|
|
|
|GET |/games | |
|
|
|GET |/games/{gameName} |Student|
|
|
|GET |/games/{gameName} | |
|
|
|
|
|
|
### MatchManager
|
|
### MatchManager
|
|
||||
|
|
||||
|
|
|-|-|-|
|
|
|-|-|-|
|
|
|POST |/matchmanager/{gameId}/initialize |Student|
|
|
|POST |/matchmanager/{gameId}/initialize | |
|
|
|GET |/matchmanager/matches |Student|
|
|
|GET |/matchmanager/matches | |
|
|
|GET |/matchmanager/matches/{matchId} |Student|
|
|
|GET |/matchmanager/matches/{matchId} | |
|
|
|
|
|
|
|
|
|
|
### TournamentManager
|
|
### TournamentManager
|
... | | ... | |