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

17 lines
176 B
Plaintext

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