Files
NowChessSystems/bruno/core/game/05 Undo Move.bru
T
2026-04-30 18:56:54 +02:00

16 lines
180 B
Plaintext

meta {
name: Undo Move
type: http
seq: 5
}
http {
method: POST
url: {{baseUrl}}/board/game/{{gameId}}/undo
auth: none
}
headers {
Authorization: Bearer {{token}}
}