16 lines
187 B
Plaintext
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
|
|
}
|