masto
    Preparing search index...

    Interface UpdateCollectionParams

    interface UpdateCollectionParams {
        description?: string | null;
        discoverable?: boolean | null;
        language?: string | null;
        name?: string | null;
        sensitive?: boolean | null;
        tagName?: string | null;
    }
    Index
    description?: string | null

    An optional description of the Collection. Max 100 characters.

    discoverable?: boolean | null

    Whether the Collection should show up in search results and recommendations.

    language?: string | null

    Primary language of this Collection as an ISO 639-1 two-letter code.

    name?: string | null

    The name of the Collection. Max 40 characters.

    sensitive?: boolean | null

    Whether the Collection should be marked as including sensitive content.

    tagName?: string | null

    A hashtag to associate with this Collection, without the # sign.