Files
NowChessSystems/bruno/board/move/01 Make Move.bru
T
2026-04-29 22:06:01 +02:00

16 lines
181 B
Plaintext

meta {
name: Make Move
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/move/b1c3
body: none
auth: none
}
vars:pre-request {
gameId: Yg200tOF
}