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

23 lines
278 B
Plaintext

meta {
name: Import FEN
type: http
seq: 1
}
http {
method: POST
url: {{ioBaseUrl}}/io/import/fen
body: json
auth: none
}
headers {
Content-Type: application/json
}
body:json {
{
"fen": "rnbqkbnr/pppppppp/8/8/4P3/8/PPPP1PPP/RNBQKBNR b KQkq e3 0 1"
}
}