Insert or update a tag definition.
| Field | Type | Description |
|---|---|---|
tag_data | DeasyInputTag | Tag data structure containing tag definition. |
{ "tag_name": str, "tag": DeasyTag, "available_values_added": List[str] }{
"tag_data": {
"name": "category",
"description": "Document category classification",
"type": "select",
"available_values": ["invoice", "receipt", "contract"]
}
}