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

16 lines
188 B
Plaintext

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