Browse Source

New endpoint design

Kirk Trombley 5 years ago
parent
commit
a6918467a1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -89,6 +89,10 @@ POST /game/{ID}/linked
         "linkedGame": string
     }
     Returns (401, 404) vs 201
+GET /game/{ID}/round/{round}/first
+    Returns 404 vs 200 and {
+        "first": string
+    }
 POST /game/{ID}/join
     Accepts {
         "playerName": string