staticTagUpdate
mutation
Update a static tag. StaticTagUpdateMutationResponse!
Arguments
input
StaticTagUpdateMutationInput!
required
Input for updating a static tag.
Example Operation
# N-able GraphQL Operation

mutation StaticTagUpdate($input: StaticTagUpdateMutationInput!) {
  staticTagUpdate(input: $input) {
    # staticTagUpdate fields
  }
}