Available Methods

Connection Sample

Example JSON Object
Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
{
"Id": 22,
"Name": "High priority",
"Color": "#f8bbd099"
}
{ "Id": 22, "Name": "High priority", "Color": "#f8bbd099" }
{
        "Id": 22,
        "Name": "High priority",
        "Color": "#f8bbd099"
    }

Fields Description

Use these fields to specify information about a Tag in your API requests.

Field

Type

Description
Id int32 Unique Tag ID
Name string Unique Tag Name
Color string Tag color.

Color format:   #aabbccdd

Where:

aa = red
bb = green
cc = blue
dd = opacity