interface CreateCatalogAttachmentInput {
    isPublic?: boolean;
    objectId: string;
    organizationId: string;
    type: string;
}

Properties

isPublic?: boolean

Whether the attachment is accessible without being logged in, default false

objectId: string

Id of the attachment in the bucket

organizationId: string

Id of the linked organization for this attachment

type: string

The mime type of the file (e.g. image/png)

Generated using TypeDoc