StaticTagUpdateMutationInput
input
Input fields for updating a static tag. Updating allows for changing the description, category, name and organization ID of a static tag. **WARNING** Updating the organization ID of a static 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 static tag to be updated.
description
String
New description of the static tag. If null, no changes will be made to the description.
category
String
New category of the static tag. If null, no changes will be made to the category.
name
String
Name of the static tag must be unique within the organization hierarchy. This can contain alphanumeric characters, hyphens, and underscores. Spaces and other punctuation are not allowed, and it is limited to 64 characters. Examples include "Windows11", "BusinessCritical”. If left blank or null, no changes will be made to the name.
organizationId
String
New organization ID of the static tag. If left blank or null, no changes will be made to the organization ID. **WARNING** Updating the organization ID of a static tag will cause **ALL** assets which are assigned the tag to be updated as well as anything which depends on the tag assigment. This could be a very costly and processor intense operation.