docs(sdbapi): document /game/:id/join endpoint
1 files changed, 1 insertions(+), 0 deletions(-) M sdbapi/README.md
M sdbapi/README.md => sdbapi/README.md +1 -0
@@ 20,3 20,4 @@ Paths may change in the future. | POST /game/create | create a game | registered users | | PATCH /game/:id/state | change the state of a game | only the game creator, aka P1 | | GET /game/my\_games | get all own games | derived from auth header | | POST /game/:id/join | join a game | registered user who is not the game creator |