Files
NowChessSystems/bruno/export/02 Export PGN.bru
T
Janis 5ad5efb41e
Build & Test (NowChessSystems) TeamCity build failed
feat: NCS-37 Quarkus integration (#35)
Reviewed-on: #35
Reviewed-by: Leon Hermann <lq@blackhole.local>
2026-04-21 12:35:20 +02:00

13 lines
156 B
Plaintext

meta {
name: Export PGN
type: http
seq: 2
}
http {
method: GET
url: {{baseUrl}}/api/board/game/{{gameId}}/export/pgn
body: none
auth: none
}