Files
NowChessSystems/bruno/core/game/02 Get Game.bru
T
2026-04-30 18:56:54 +02:00

16 lines
166 B
Plaintext

meta {
name: Get Game
type: http
seq: 2
}
http {
method: GET
url: {{baseUrl}}/board/game/{{gameId}}
auth: none
}
headers {
Accept: application/json
}