Files
NowChessSystems/bruno/backcore/import/02-import-pgn.bru
T
2026-04-15 10:14:48 +02:00

24 lines
263 B
Plaintext

meta {
name: Import PGN
type: http
seq: 2
}
post {
url: {{baseUrl}}/api/board/game/import/pgn
body: json
auth: none
}
headers {
Accept: application/json
Content-Type: application/json
}
body:json {
{
"pgn": "1. e4 e5 2. Nf3 Nc6 *"
}
}