2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
refactor(bru): standardize authentication settings across requests chore: add coordinator base URL to configuration files
31 lines
372 B
Plaintext
31 lines
372 B
Plaintext
meta {
|
|
name: Send Challenge
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
post {
|
|
url: {{accountBaseUrl}}/challenge/{{username}}
|
|
body: json
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
headers {
|
|
Content-Type: application/json
|
|
Authorization: Bearer {{token}}
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"timeControl": {
|
|
"limitSeconds": 600,
|
|
"incrementSeconds": 5
|
|
}
|
|
}
|
|
}
|