UpdateDocumentDocumentationTagsItemRequest
Tag update instruction scoped to a document and a documentation
assetIdentifierstringrequired
Asset identifier that scopes access validation for this item
Example:
asset-789documentIdentifierstringrequired
Document identifier
Example:
doc-123documentationIdentifierstringrequired
Documentation identifier to which the tags belong
Example:
documentation-456addTagsstring[]required
Documentation tags to add to the document. Missing tags are created before assignment
removeTagsstring[]required
Documentation tags to remove from the document for the targeted documentation only
UpdateDocumentDocumentationTagsItemRequest
{
"assetIdentifier": "asset-789",
"documentIdentifier": "doc-123",
"documentationIdentifier": "documentation-456",
"addTags": [
"string"
],
"removeTags": [
"string"
]
}