The tag object provides methods to manage (create, update, list etc.) your tags.
Untags all objects and deletes a tag
List all existing tags by searching via tag IDs or tagged domains.
Table 2.205. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
domain | Filter by single or multiple domain names | array_domain | false | |
id | Filter by single or multiple tag IDs | array_int | false |
Update the name of an existing tag or add/remove said tag to domains. Updating tag name has priority and ignores add/rem.
Table 2.207. Parameters
Parameter | Description | Type | Required | Default |
---|---|---|---|---|
id | ID of the tag | int | true | |
name | New tag name | token255 | false | |
add | Tag to object, can be a list of IDs | tagUpdateAdd | false | |
rem | Untag from object, can be a list of IDs | tagUpdateRem | false |