masto
    Preparing search index...

    Interface Lists$SelectResource

    interface Lists$SelectResource {
        accounts: Lists$SelectAccountsResource;
        fetch: Method<List>;
        remove: Method<void, string>;
        update: Method<List, CreateListParams, HttpMetaParams<"json">>;
    }
    Index

    Properties

    fetch: Method<List>

    Fetch the list with the given ID. Used for verifying the title of a list.

    remove: Method<void, string>

    Delete a list

    ID of the list in the database

    N/A

    Change the title of a list.

    Parameters

    List