GeneratePresignedDownloadRequest
actionstringrequired
Action type. Must be "GET" for file download.
Possible values: [GET]
Example:
GETfileKeystringrequired
S3 key for the file to download.
Example:
organisationstring
Organisation slug (optional, not directly used by the GET logic).
Example:
mlfGeneratePresignedDownloadRequest
{
"action": "GET",
"fileKey": " ",
"organisation": "mlf"
}