For the complete documentation index, see llms.txt. This page is also available as Markdown.

tagDto

Input type for creating or updating a single tag.

Examples

input TagDTO {
  name: String!
  displayName: String!
  tagId: 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

tagId String

Unique identifier for the tag. If not provided, will be generated

References

Fields with this object:

Last updated