This commit is contained in:
Elizabeth Hunt 2023-11-20 13:11:22 -07:00
parent 2b063d19cb
commit 87954f6ddc
Signed by: simponic
GPG Key ID: 52B3774857EB24B1

View File

@ -131,7 +131,7 @@ export const ManPages = () => {
message to upon an update in a game it is playing. Upon a move, it message to upon an update in a game it is playing. Upon a move, it
will be immediately POST'd to with a single GameUpdate object, but will be immediately POST'd to with a single GameUpdate object, but
when using the "redrive" feature (mostly for testing), an array of when using the "redrive" feature (mostly for testing), an array of
game that correspond to games in which it is still the bot's turn: GameUpdates that correspond to games in which it is still the bot's turn:
<pre>{botMoveRequestSchema}</pre> <pre>{botMoveRequestSchema}</pre>
</li> </li>
<li> <li>