Share via


GlossaryPartialUpdate interface

Methods

put(GlossaryPartialUpdateParameters)

Update the glossary partially. Some properties such as qualifiedName are not allowed to be updated.

So far we only supports partial updating shortDescription, longDescription, language and usage for glossary.

Recommend using 'ignoreTermsAndCategories=true' to reduce response body size.

Method Details

put(GlossaryPartialUpdateParameters)

Update the glossary partially. Some properties such as qualifiedName are not allowed to be updated.

So far we only supports partial updating shortDescription, longDescription, language and usage for glossary.

Recommend using 'ignoreTermsAndCategories=true' to reduce response body size.

function put(options: GlossaryPartialUpdateParameters): StreamableMethod<GlossaryPartialUpdate200Response | GlossaryPartialUpdateDefaultResponse>

Parameters

Returns