Interface
Attachment details for adding or updating attachments.
Properties
Property | Type | Notes |
---|---|---|
alias | string | Attachment alias. |
attachment | any | The contents of the embedded attachment. Not used for linked attachments. |
attachmentId | string | Attachment id when updating an existing attachment. Not used when adding new attachments. |
folder | string | Folder where the attachment should be stored. |
jobId | string | Id of the job to add or update the attachment. |
stepId | string | StepId used to tie an attachment to the step it was added as part of |
url | string | Url for a linked attachment. Not used for embedded attachments. |
attachment
attachment: any
The contents of the embedded attachment. Not used for linked attachments.
attachmentId
attachmentId: string
Attachment id when updating an existing attachment. Not used when adding new attachments.