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

16 lines
187 B
Plaintext

meta {
name: Export PGN
type: http
seq: 11
}
http {
method: GET
url: {{baseUrl}}/board/game/{{gameId}}/export/pgn
auth: none
}
headers {
Accept: application/x-chess-pgn
}