addTags
Examples
mutation AddTags($input: AddTagInput!) {
addTags(input: $input) {
tags {
tagId
name
displayName
tagType
createdBy
createdAt
updatedAt
tagCategory
deploymentModel
purpose
email
}
}
}{
"input": {
"tagsInput": [
{
"name": "Custom Tag",
"displayName": "Custom Tag",
"tagId": "ox_tag_1"
}
]
}
}Arguments
Argument
Description
Supported fields
Fields
Field
Description
Supported fields
Last updated
