tagDto
Input type for creating or updating a single tag.
Examples
input TagDTO {
name: String!
displayName: String!
}
Fields
Field
Description
Supported fields
name String!
Internal name of the tag used for system operations
displayName String!
Human-readable name of the tag shown in the UI
References
Fields with this object:
Last updated