b5a2966ada
Reviewed-on: #37 Reviewed-by: Shahd Lala <shosho996@blackhole.local>
23 lines
240 B
Plaintext
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 *"
|
|
}
|
|
}
|