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

17 lines
187 B
Plaintext

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