create_label
Create a reusable label for tasks, specifying an optional hex color and Markdown description. The label can then be attached to tasks for organization.
Instructions
Create a label, which add_label can then attach to tasks.
hex_color is six hex digits with no leading #, as list_labels reports them.
description is rich text, written as Markdown. Vikunja stores it as HTML and
v2 converts on the way in.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| hex_color | No | ||
| description | No |