24 lines
263 B
Plaintext
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 *"
|
|
}
|
|
}
|
|
|