Board
Make a Board move
Make a move in a game being played with the Board API. The move can also contain a draw offer/agreement.
post/api/board/game/{gameId}/move/{move}
Path parameters
gameIdstring required
Example:5IrD6Gzz
movestring required
Example:e2e4
The move to play, in UCI format
Query parameters
offeringDrawboolean
Whether to offer (or agree to) a draw
Response
The move was successfully made.