| ... | ... | @@ -16,7 +16,7 @@ Uses some decorators as explained in the [User](./user) page, but it also has so |
|
|
|
|
|
|
|
- Uses the AuthGuard-decorator to only pass requests made by valid users
|
|
|
|
|
|
|
|
- Body must contain a newGameDTO JSON-object as specified in [`game.dto.ts`](./dtos#newGameDTO)
|
|
|
|
- Body must contain a newGameDTO JSON-object as specified in [`game.dto.ts`](./dtos#NewGameDTO)
|
|
|
|
|
|
|
|
### edit a created game, PUT /game/edit/{game's UUID}
|
|
|
|
|
| ... | ... | |
| ... | ... | |