]> git.cworth.org Git - empires-api/blobdiff - tictactoe.txt
tictactoe: Change /move event to have data named "move", not "square"
[empires-api] / tictactoe.txt
index b79f72c6310905914ef31ae64c38426e3ac392a4..2211a05984ca32d1d30d51eee934f5f7f1d5ec6f 100644 (file)
@@ -50,4 +50,4 @@ For a specific game the following API endpoints are defined.
 
     Behavior: Adds a new move to the game
 
-    Example data: { "square": 4 }
+    Example data: { "move": 1 }