Files
NowChessSystems/bruno/bot/03 Make Bot Move.bru
T
2026-04-30 18:56:54 +02:00

24 lines
307 B
Plaintext

meta {
name: Make Bot Move
type: http
seq: 3
}
http {
method: POST
url: {{baseUrl}}/bot/game/{{gameId}}/move/{{uci}}
auth: none
}
headers {
Authorization: Bearer {{botToken}}
}
notes {
Submit move from bot.
Parameters:
- gameId: Game identifier
- uci: Move notation (e.g., e2e4)
}