We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c50ed6 commit b76a9d4Copy full SHA for b76a9d4
bin/test-api.sh
@@ -14,7 +14,7 @@ do
14
GAMEID=$(curl --silent -X POST $API/game/$SESSIONID | jq -r .id)
15
echo "configuring game, "
16
curl --silent -X POST $API/game/$SESSIONID/$GAMEID/users -H "Content-Type: application/json" --data "[\"$USER1ID\",\"$USER2ID\"]"
17
- curl --silent -X PUT $API/game/$SESSIONID/$GAMEID/rules/102
+ curl --silent -X PUT $API/game/$SESSIONID/$GAMEID/rules/TICTACTOE
18
curl --silent -X PUT $API/game/$SESSIONID/$GAMEID/name/tic-tac-toe-test
19
EPOCH=$(date +%s)
20
curl --silent -X PUT $API/game/$SESSIONID/$GAMEID/starttime/$EPOCH
0 commit comments