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

21 lines
221 B
Plaintext

meta {
name: Get legal moves
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/moves
body: none
auth: none
}
params:query {
square: {{square}}
}
headers {
Accept: application/json
}