次の方法で共有


GlossaryGetCategory interface

メソッド

delete(RequestParameters)

用語集のカテゴリを削除します。

get(RequestParameters)

GUID で特定の用語集カテゴリを取得します。

put(GlossaryUpdateCategoryParameters)

指定された用語集カテゴリを GUID で更新します。

メソッドの詳細

delete(RequestParameters)

用語集のカテゴリを削除します。

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

パラメーター

戻り値

get(RequestParameters)

GUID で特定の用語集カテゴリを取得します。

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

パラメーター

戻り値

put(GlossaryUpdateCategoryParameters)

指定された用語集カテゴリを GUID で更新します。

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

パラメーター

戻り値