Files
NowChessSystems/bruno/account/official/01 Challenge Official Bot.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

28 lines
415 B
Plaintext

meta {
name: Challenge Official Bot
type: http
seq: 1
}
post {
url: {{accountBaseUrl}}/challenge/official/{{botName}}?difficulty={{difficulty}}&color={{color}}
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
headers {
Authorization: Bearer {{token}}
Accept: application/json
}
docs {
Query Parameters:
- difficulty: 1000-2800 (ELO)
- color: white | black | random
}