curl --request POST \
--url https://api.mentionlab.io/api/tags-job-executions-new/many \
--header 'Content-Type: application/json' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"tags": [
{
"name": "important",
"color": "#3B82F6"
}
]
}
'[
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"project": "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6",
"name": "important",
"color": "#3B82F6"
}
]curl --request POST \
--url https://api.mentionlab.io/api/tags-job-executions-new/many \
--header 'Content-Type: application/json' \
--header 'x-project-id: <x-project-id>' \
--data '
{
"tags": [
{
"name": "important",
"color": "#3B82F6"
}
]
}
'[
{
"id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"project": "a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6",
"name": "important",
"color": "#3B82F6"
}
]Project ID to specify the project context
Show child attributes
Unique identifier for the tag
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The project this tag belongs to
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
Name of the tag
"important"
Color of the tag in hex format
"#3B82F6"