Mutations
createAttachmentDownloadUrl
Generate a short-lived download URL for an existing attachment. The returned URL expires
after 3 minutes. If your workspace has virus scanning enabled, the response also includes
an attachmentVirusScanResult indicating whether the file is safe to download. Requires
the attachment:download permission.
MUTATION
createAttachmentDownloadUrl(input: CreateAttachmentDownloadUrlInput!): CreateAttachmentDownloadUrlOutput!Arguments
input
required
attachmentDownloadUrl
attachmentVirusScanResult
The result of the virus scan on this attachment. If this is null, it means that your workspace does not have virus scan checks enabled.
error
Mutation
Variables
Response
Mutation
Variables
Response

