Interface UpdateLabelData

Request body for updating a label.

interface UpdateLabelData {
    color?: string;
    description?: string;
    name?: string;
}

Properties

color?: string

New hex color code without #

description?: string

New description

name?: string

New label name