Command Reference > glossary > putCategoryPartial
Update the glossary category partially.
pv glossary putCategoryPartial --categoryGuid=<val> --payloadFile=<val>
--categoryGuid
(string)
The globally unique identifier of the category.
--payloadFile
(string)
File path to a valid JSON document.
None
Catalog Data Plane > Glossary > Partial Update Glossary Category
PUT https://{accountName}.purview.azure.com/catalog/api/atlas/v2/glossary/category/{categoryGuid}/partial
Updated simple attributes of a category.
pv glossary putCategoryPartial --categoryGuid "c856ecef-21e6-4e92-8607-9493d8432e78" --payloadFile "/path/to/file.json"
Example payload.
{
"longDescription": "Example Long Description"
}