UpdateLabelArgs
type UpdateLabelArgs = {
color?: string;
isFavorite?: boolean;
name?: string;
order?: number | null;
};
Arguments for updating a label.
See
https://todoist.com/api/v1/docs#tag/Labels/operation/update_label_api_v1_labels__label_id__post
Properties
color?
optional color: string;
isFavorite?
optional isFavorite: boolean;
name?
optional name: string;
order?
optional order: number | null;