Files
NowChessSystems/bruno/backcore/game/02-get-game.bru
T
2026-04-15 10:14:48 +02:00

17 lines
169 B
Plaintext

meta {
name: Get game
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}
body: none
auth: none
}
headers {
Accept: application/json
}