Files
NowChessSystems/bruno/board/import/02 Import PGN.bru
T
Janis 9cb14e26e1
Build & Test (NowChessSystems) TeamCity build failed
feat: NCS-53 changed IO to MicroService for easier scaling
2026-04-21 14:15:44 +02:00

23 lines
250 B
Plaintext

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