2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
refactor(bru): standardize authentication settings across requests chore: add coordinator base URL to configuration files
28 lines
415 B
Plaintext
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
|
|
}
|