TaggingCategoryConflict

TaggingCategoryConflict
TaggingCategoryConflict

Represents conflict for a tagging category object

JSON Example
{
    "categoryId": "string",
    "error": "string",
    "tagConflicts": [
        {
            "error": "string",
            "tagId": "string"
        }
    ]
}
string As uuid As uuid
categoryId
Required  

ID associated with the category

string
error
Optional

Error message related to the conflict of the category

tagConflicts
Optional

List of conflicts related to tags under the category