Command Reference > glossary > putPartial
Update the glossary partially.
pv glossary putPartial --glossaryGuid=<val> --payloadFile=<val> [--includeTermHierarchy]
--glossaryGuid
(string)
The globally unique identifier for glossary.
--payloadFile
(string)
File path to a valid JSON document.
--includeTermHierarchy
(boolean)
Whether to include the term hierarchy [default: false].
Catalog Data Plane > Glossary > Partial Update Glossary
PUT https://{accountName}.purview.azure.com/catalog/api/atlas/v2/glossary/{glossaryGuid}/partial
Update an existing glossary.
pv glossary putPartial --glossaryGuid "f2307f48-5834-4709-be85-02f3aea5d149" --payloadFile "/path/to/file.json"
Example payload.
{
"longDescription": "This is a long description!"
}