Files
NowChessSystems/bruno/backcore/move/03-undo-move.bru
T
Janis e69bbd233a
Build & Test (NowChessSystems) TeamCity build failed
feat: Bruno
2026-04-17 18:03:07 +02:00

20 lines
216 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
}
vars:pre-request {
gameId: DSooMdhj
}