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

16 lines
172 B
Plaintext

meta {
name: Get Game Record
type: http
seq: 1
}
http {
method: GET
url: {{storeBaseUrl}}/game/{{gameId}}
auth: none
}
headers {
Accept: application/json
}