2dd0501687
Build & Test (NowChessSystems) TeamCity build failed
refactor(bru): standardize authentication settings across requests chore: add coordinator base URL to configuration files
22 lines
245 B
Plaintext
22 lines
245 B
Plaintext
meta {
|
|
name: List Bots
|
|
type: http
|
|
seq: 6
|
|
}
|
|
|
|
get {
|
|
url: {{accountBaseUrl}}/account/bots
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|
|
|
|
headers {
|
|
Authorization: Bearer {{token}}
|
|
Accept: application/json
|
|
}
|