interface UpdateAttachmentProperties {
    attachmentId: string;
    body?: Properties;
    id: string;
    update?: Properties;
}

Properties

attachmentId: string

The ID of the attachment to update.

body?: Properties

Deprecated

Use update property instead.

id: string

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

update?: Properties

Generated using TypeDoc v0.25.12