interface CreateAttachments {
    attachments: Parameters.CreateAttachments.Attachment | Parameters.CreateAttachments.Attachment[];
    id: string;
    status?: string;
}

Properties

The attachments to be created.

id: string

The ID of the content to add the attachment to.

status?: string

The status of the content that the attachment is being added to.

Generated using TypeDoc v0.25.12