Files
NowChessSystems/bruno/account/official/01 Challenge Official Bot.bru
T
2026-04-30 18:56:54 +02:00

23 lines
370 B
Plaintext

meta {
name: Challenge Official Bot
type: http
seq: 1
}
http {
method: POST
url: {{accountBaseUrl}}/challenge/official/{{botName}}?difficulty={{difficulty}}&color={{color}}
auth: none
}
headers {
Authorization: Bearer {{token}}
Accept: application/json
}
notes {
Query Parameters:
- difficulty: 1000-2800 (ELO)
- color: white | black | random
}