External DocumentationTo learn more, visit the ThreatQuotient documentation.
Actions
Add Object Tag
Add one or more tags to a given object.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Object ID | The ID of the object to add the tags to. |
| Object Type | The type of the object to add the tag to. |
| Tags | A comma-separated list of the tags to add to the object. |
{
"data": [
{
"pivot": {
"tag_id": 81,
"object_id": 3,
"created_at": "2021-07-29 13:58:03",
"updated_at": "2022-04-12 08:32:16"
},
"id": 81,
"name": "Ominous"
}
],
"total": 1
}
Was this page helpful?