masto
    Preparing search index...

    Interface Collections$SelectResource

    interface Collections$SelectResource {
        fetch: Method<CollectionWithAccounts>;
        items: Collections$SelectItemsResource;
        remove: Method<void>;
        update: Method<
            WrappedCollection,
            UpdateCollectionParams,
            HttpMetaParams<"json">,
        >;
    }
    Index

    Get a single Collection.

    CollectionWithAccounts

    remove: Method<void>

    Delete a Collection.

    update: Method<
        WrappedCollection,
        UpdateCollectionParams,
        HttpMetaParams<"json">,
    >

    Update an existing Collection.

    Parameters

    WrappedCollection