Files
NowChessSystems/bruno/backcore/game/04-resign-game.bru
T
2026-04-15 10:14:48 +02:00

17 lines
180 B
Plaintext

meta {
name: Resign game
type: http
seq: 4
}
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/resign
body: none
auth: none
}
headers {
Accept: application/json
}