Files
NowChessSystems/bruno/board/export/02 Export PGN.bru
T
Janis 9b5185298e
Build & Test (NowChessSystems) TeamCity build finished
feat: NCS-53 changed IO to MicroService for easier scaling (#37)
Reviewed-on: #37
Reviewed-by: Shahd Lala <shosho996@blackhole.local>
2026-04-21 15:38:58 +02:00

13 lines
156 B
Plaintext

meta {
name: Export PGN
type: http
seq: 2
}
http {
method: GET
url: {{baseUrl}}/api/board/game/{{gameId}}/export/pgn
body: none
auth: none
}