DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

483b441358c454f947bcabeafdb2ee1871463d12 — Jonni Liljamo 1 year, 8 months ago 4f6e958
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 |