From 505c53d2fdf30e7b9ac2049a5cb2f2b6bf4b62f3 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Mon, 23 Jan 2023 10:18:07 +0200 Subject: [PATCH] docs(sdbapi): get_forming > all_forming --- sdbapi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdbapi/README.md b/sdbapi/README.md index 32e613a..5f73b65 100644 --- a/sdbapi/README.md +++ b/sdbapi/README.md @@ -16,7 +16,7 @@ Paths may change in the future. | GET /user/_/:id | get private user info | id owner | |-|-|-| | GET /game/:id | get game info | registered users (subject to change) | -| GET /game/get_forming | get all games that are forming | registered users | +| 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) | -- 2.44.1