Files
NowChessSystems/bruno/board/move/03 Undo Move.bru
T
2026-04-21 15:38:58 +02:00

13 lines
150 B
Plaintext

meta {
name: Undo Move
type: http
seq: 3
}
http {
method: POST
url: {{baseUrl}}/api/board/game/{{gameId}}/undo
body: none
auth: none
}