createCustomModuleFileAttachmentUploadUrl
Create a pre-signed expiring upload URL for uploading a custom module file attachment.
Arguments
input
· CreateCustomModuleFileAttachmentUploadUrlInput · Parameters for CreateCustomModuleFileAttachmentUploadUrl Returns
CreateCustomModuleFileAttachmentUploadUrlPayload Example
mutation createCustomModuleFileAttachmentUploadUrl( $input: CreateCustomModuleFileAttachmentUploadUrlInput) { createCustomModuleFileAttachmentUploadUrl(input: $input) { headers messages upload_id upload_url }}