DocumentTagsResponse
Tags — present when requested via include=tags or include=all
documentationTags object[]required
Array [
identifierinteger<int32>required
documentationIdentifierstringrequired
namestringrequired
colorstring | nullnullable
]
tagsstring[]required
DocumentTagsResponse
{
"documentationTags": [
{
"identifier": 0,
"documentationIdentifier": "string",
"name": "string",
"color": "string"
}
],
"tags": [
"string"
]
}