GeneratePresignedUploadRequest
actionstringrequired
Action type. Must be "POST" for file upload.
Possible values: [POST]
Example:
POSTfieldNamestringrequired
(used to generate S3 key path).
Example:
fileTypestringrequired
MIME type of the file being uploaded.
Example:
image/jpegorganisationstring
Organisation slug (usually injected from path parameter, but can also be set manually).
Example:
mlfGeneratePresignedUploadRequest
{
"action": "POST",
"fieldName": " ",
"fileType": "image/jpeg",
"organisation": "mlf"
}