Files
NowChessSystems/bruno/board/draw/03 Decline Draw.bru
T
Janis 2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
fix(middleware): update paths for bot generation and stockfish configuration
refactor(bru): standardize authentication settings across requests
chore: add coordinator base URL to configuration files
2026-05-01 19:56:34 +02:00

17 lines
194 B
Plaintext

meta {
name: Decline Draw
type: http
seq: 3
}
post {
url: {{baseUrl}}/api/board/game/{{gameId}}/draw/decline
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}