Files
NowChessSystems/bruno/backcore/export/01-export-fen.bru
T
2026-04-15 10:14:48 +02:00

17 lines
176 B
Plaintext

meta {
name: Export FEN
type: http
seq: 1
}
get {
url: {{baseUrl}}/api/board/game/{{gameId}}/export/fen
body: none
auth: none
}
headers {
Accept: text/plain
}