Type Alias CollectionsCreateCollectionRequestBody

type CollectionsCreateCollectionRequestBody = {
    description?: string;
    name: string;
    type: CollectionTypes;
}
Index

Properties

description?: string
name: string

For public collections (tags), if name already exists in the tenant as a public collection, this call will fail with a 409 response.