GlossaryPartialUpdateCategory interface
Methods
| put(Glossary |
Update the glossary category partially. So far we only supports partial updating shortDescription and longDescription for category. |
Method Details
put(GlossaryPartialUpdateCategoryParameters)
Update the glossary category partially. So far we only supports partial updating shortDescription and longDescription for category.
function put(options: GlossaryPartialUpdateCategoryParameters): StreamableMethod<GlossaryPartialUpdateCategory200Response | GlossaryPartialUpdateCategoryDefaultResponse>