Create multiple execution tags
Execution Tags
Create multiple execution tags
Creates multiple execution tags from the supplied array.
POST
Create multiple execution tags
Headers
Project ID to specify the project context
Body
application/json
List of tag job executions to create in a single batch. Must contain at least one item; each entry is validated individually.
Example:
[
{ "name": "important", "color": "#3B82F6" },
{ "name": "archived", "color": "#9CA3AF" }
]Response
Unique identifier for the tag
Example:
"a1b2c3d4-e5f6-7890-abcd-ef1234567890"
The project this tag belongs to
Example:
"a1b2c3d4-e5f6-g7h8-i9j0-k1l2m3n4o5p6"
Name of the tag
Example:
"important"
Color of the tag in hex format
Example:
"#3B82F6"