Files
NowChessSystems/bruno/core/game/13 Accept Draw.bru
T
2026-04-30 18:56:54 +02:00

16 lines
190 B
Plaintext

meta {
name: Accept Draw
type: http
seq: 13
}
http {
method: POST
url: {{baseUrl}}/board/game/{{gameId}}/draw/accept
auth: none
}
headers {
Authorization: Bearer {{token}}
}