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

17 lines
189 B
Plaintext

meta {
name: Export PGN
type: http
seq: 2
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/export/pgn
body: none
auth: none
}
headers {
Accept: application/x-chess-pgn
}