Create multiple tags
Tags
Create multiple tags
Creates several tags at once and returns the newly created tags.
POST
Create multiple tags
Headers
Project ID to specify the project context
Body
application/json
List of tags to create in a single batch operation. Must contain at least one tag, and each entry is validated against the CreateTagDto schema.
Example:
[
{ "name": "Marketing", "color": "#3B82F6" },
{
"name": "Product Launch",
"color": "#10B981"
}
]Response
Unique identifier for the tag
Example:
1
The project this tag belongs to
Example:
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
Name of the tag
Example:
"feature"
Color of the tag in hex format
Example:
"#3B82F6"
Number of queries associated with this tag
Example:
5