AssetDynamicTagUpdateMutationInput
input
Input fields for updating a dynamic tag. Updating allows for changing the description, category, name, filter and organization ID of a dynamic tag. **WARNING** Updating the organization ID of a dynamic tag will cause **ALL** assets which are assigned the tag to be updated. This could be a very costly and processor intense operation.
Input Fields
id
ID!
required
The unique tag identifier of the dynamic tag to be updated.
description
String
New description of the dynamic tag. If null, no changes will be made to the description.
category
String
New category of the dynamic tag. If null, no changes will be made to the category.
name
String
" Name of the dynamic tag must be unique within the organization ID. This can contain alphanumeric characters without spaces or punctuation and is limited to 64 characters. Examples include "Windows11", "BusinessCritical”. If left blank or null, no changes will be made to the name.
organizationId
ID
New organization ID of the dynamic tag. If left blank or null, no changes will be made to the organization ID. **WARNING** Updating the organization ID of a dynamic tag will cause **ALL** assets which are assigned the tag to be updated as well as anything which depends on the tag assignment. This could be a very costly and processor intense operation.
filter
AssetDynamicTagWhereInput
The filter used to identify entities the dynamic tag applies to.