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

    Interface UpdatePluginListing

    interface UpdatePluginListing {
        description?: string;
        idListing: string;
        idPlugin: string;
        locale?: string;
        name?: string;
        overview?: string;
    }
    Index

    Properties

    description?: string

    The description to show for the given locale

    idListing: string

    The ID of the existing listing for the Power-Up that is being updated.

    idPlugin: string

    The ID of the Power-Up whose listing is being updated.

    locale?: string

    The locale that this listing should be displayed for.

    name?: string

    The name to use for the given locale.

    overview?: string

    The overview to show for the given locale.