Share via


GlossaryGetCategory interface

Methods

delete(RequestParameters)

Delete a glossary category.

get(RequestParameters)

Get specific glossary category by its GUID.

put(GlossaryUpdateCategoryParameters)

Update the given glossary category by its GUID.

Method Details

delete(RequestParameters)

Delete a glossary category.

function delete(options?: RequestParameters): StreamableMethod<GlossaryDeleteCategory204Response | GlossaryDeleteCategoryDefaultResponse>

Parameters

Returns

get(RequestParameters)

Get specific glossary category by its GUID.

function get(options?: RequestParameters): StreamableMethod<GlossaryGetCategory200Response | GlossaryGetCategoryDefaultResponse>

Parameters

Returns

put(GlossaryUpdateCategoryParameters)

Update the given glossary category by its GUID.

function put(options: GlossaryUpdateCategoryParameters): StreamableMethod<GlossaryUpdateCategory200Response | GlossaryUpdateCategoryDefaultResponse>

Parameters

Returns