@shortcut/client
    Preparing search index...

    Interface CreateCollectionParams

    interface CreateCollectionParams {
        name: string;
        parent_collection_id?: string;
    }
    Index

    Properties

    name: string

    The name of the new Collection. Must be between 1 and 40 characters and unique (case-insensitive) among Collections with the same parent.

    1

    63

    parent_collection_id?: string

    The ID of an existing Collection to nest the new Collection under.

    uuid