fix(middleware): update paths for bot generation and stockfish configuration
Build & Test (NowChessSystems) TeamCity build failed

refactor(bru): standardize authentication settings across requests
chore: add coordinator base URL to configuration files
This commit is contained in:
2026-05-01 19:56:34 +02:00
parent e17e4e806a
commit 2dd0501687
50 changed files with 647 additions and 635 deletions
@@ -4,10 +4,15 @@ meta {
seq: 1
}
http {
method: POST
post {
url: {{accountBaseUrl}}/challenge/official/{{botName}}?difficulty={{difficulty}}&color={{color}}
auth: none
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
headers {
@@ -15,7 +20,7 @@ headers {
Accept: application/json
}
notes {
docs {
Query Parameters:
- difficulty: 1000-2800 (ELO)
- color: white | black | random
@@ -4,11 +4,15 @@ meta {
seq: 2
}
http {
method: POST
post {
url: {{accountBaseUrl}}/account/official-bots
body: json
auth: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
headers {
@@ -4,10 +4,15 @@ meta {
seq: 3
}
http {
method: DELETE
delete {
url: {{accountBaseUrl}}/account/official-bots/{{botId}}
auth: none
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}
headers {