Files
NowChessSystems/bruno/core/game/10 Export FEN.bru
T
2026-04-30 18:56:54 +02:00

16 lines
174 B
Plaintext

meta {
name: Export FEN
type: http
seq: 10
}
http {
method: GET
url: {{baseUrl}}/board/game/{{gameId}}/export/fen
auth: none
}
headers {
Accept: text/plain
}