DEVELOPMENT ENVIRONMENT

~liljamo/deck-builder

a41094c2d4cae7544b7377360227af2cf44d1fa1 — Jonni Liljamo 1 year, 8 months ago 29412f9
docs(sdbapi): document /game/my_games endpoint
1 files changed, 1 insertions(+), 1 deletions(-)

M sdbapi/README.md
M sdbapi/README.md => sdbapi/README.md +1 -1
@@ 19,4 19,4 @@ Paths may change in the future.
| GET /game/all_forming | get all games that are forming | registered users |
| 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/for_user/:id | get all games for a user | id owner (subject to change) |
| GET /game/my_games | get all own games | derived from auth header |