Interface
Attachment details for adding or updating attachments.
Properties
Property | Type | Notes |
---|---|---|
string | Attachment alias. | |
any | The contents of the embedded attachment. Not used for linked attachments. | |
string | Attachment id when updating an existing attachment. Not used when adding new attachments. | |
string | Folder where the attachment should be stored. | |
string | Id of the job to add or update the attachment. | |
string | StepId used to tie an attachment to the step it was added as part of | |
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.