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

22 lines
244 B
Plaintext

meta {
name: Export PGN
type: http
seq: 4
}
http {
method: POST
url: {{ioBaseUrl}}/io/export/pgn
body: json
auth: none
}
headers {
Content-Type: application/json
Authorization: Bearer {{internalToken}}
}
body:json {
{}
}