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

23 lines
288 B
Plaintext

meta {
name: Import PGN
type: http
seq: 9
}
http {
method: POST
url: {{baseUrl}}/board/game/import/pgn
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"pgn": "[Event \"Test Game\"]\n[Site \"NowChess\"]\n1. e4 e5 2. Nf3 Nc6"
}
}