Aller au contenu principal

TagView

Represents a tag assigned to a documentation.

idinteger<int32>required

Tag ID

Example: 1
documentationIdentifierstringrequired

Documentation identifier associated with the tag

Example: doc-789
namestringrequired

Name of the tag

Example: Important
colorstring | nullnullable

Optional color for the tag (HEX code)

Example: #FF5733
TagView
{
"id": 1,
"documentationIdentifier": "doc-789",
"name": "Important",
"color": "#FF5733"
}