Trello.js - API library
    Preparing search index...

    Interface UpdateMemberSavedSerch

    interface UpdateMemberSavedSerch {
        id: string;
        idSearch: string;
        name?: string;
        pos?: string;
        query?: string;
    }
    Index

    Properties

    id: string

    The ID or username of the member

    idSearch: string

    The ID of the saved search to delete

    name?: string

    The new name for the saved search

    pos?: string

    New position for saves search. top, bottom, or a positive float.

    query?: string

    The new search query