diff --git a/chess/6-gameplay/gameplay.md b/chess/6-gameplay/gameplay.md index 11874644..b0eb776f 100644 --- a/chess/6-gameplay/gameplay.md +++ b/chess/6-gameplay/gameplay.md @@ -127,7 +127,7 @@ In the end, the important thing is that your design supports the additional `mov "commandType": "MAKE_MOVE", "authToken": "tokengoeshere", "gameID": "337", - "move": { "start": { "row": 3, "col": 3 }, "end": { "row": 5, "col": 5 } } + "move": { "startPosition": { "row": 3, "col": 3 }, "endPosition": { "row": 5, "col": 5 } } } ```