Files
NowChessSystems/bruno/io/import/02 Import PGN.bru
T
2026-04-21 15:38:58 +02:00

23 lines
240 B
Plaintext

meta {
name: Import PGN
type: http
seq: 2
}
http {
method: POST
url: {{ioBaseUrl}}/io/import/pgn
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"pgn": "1. e4 e5 2. Nf3 Nc6 *"
}
}