Downloads a pre-generated file
GET
/gen/download/{fileId}
clientsservers
fileId
is generated by the /clients/{language}
or /servers/{language}
POST operations. The fileId code can be used just once, after which a new fileId
will need to be requested.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/gen/download/'
Response Response Example
{}
Request
Path Params
fileId
string
required
Responses
Modified at 2022-09-11 22:30:38