Files
NowChessSystems/bruno/backcore/move/01-make-move.bru
T
2026-04-15 10:14:48 +02:00

17 lines
184 B
Plaintext

meta {
name: Make move
type: http
seq: 1
}
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/move/{{uci}}
body: none
auth: none
}
headers {
Accept: application/json
}