---
title: "Make a Board move"
method: POST
path: "/api/board/game/{gameId}/move/{move}"
tags: ["Board"]
---

# Make a Board move

`POST /api/board/game/{gameId}/move/{move}`

Make a move in a game being played with the Board API.
The move can also contain a draw offer/agreement.

## Path parameters

- `gameId` string, required
- `move` string, required

## Query parameters

- `offeringDraw` boolean

## Response `200`

The move was successfully made.

- Ok
  - `ok` boolean, required

## Other responses

- `400` — The move failed.

---

[API](https://skmtc.net/lichess/apis/lichess-org-api-reference.md) · [All operations](https://skmtc.net/lichess/apis/lichess-org-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lichess/lichess-org-api-reference/versions/1425db81eb3b/schema)
