Files
NowChessSystems/bruno/board/draw/02 Accept Draw.bru
T
2026-04-21 15:38:58 +02:00

13 lines
159 B
Plaintext

meta {
name: Accept Draw
type: http
seq: 2
}
http {
method: POST
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/accept
body: none
auth: none
}