17 lines
189 B
Plaintext
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
|
|
}
|
|
|