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

    Interface UpdateLabel

    interface UpdateLabel {
        color?: string;
        id: string;
        name?: string;
    }
    Index

    Properties

    Properties

    color?: string

    The new color for the label. See: fields for color options

    id: string

    The ID of the Label

    name?: string

    The new name for the label