interface UpdateAttachmentData {
    attachment: Parameters.CreateAttachments.Attachment;
    attachmentId: string;
    id: string;
}

Properties

Attachment data to update.

attachmentId: string

The ID of the attachment to update.

id: string

The ID of the content that the attachment is attached to.

Generated using TypeDoc v0.25.12