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

16 lines
188 B
Plaintext

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