Files
NowChessSystems/bruno/export/01 Export FEN.bru
T
2026-04-19 22:45:39 +02:00

13 lines
156 B
Plaintext

meta {
name: Export FEN
type: http
seq: 1
}
http {
method: GET
url: {{baseUrl}}/api/board/game/{{gameId}}/export/fen
body: none
auth: none
}