provider Knowledge Base Categories PATCH /knowledge_base_categories/{category_id}/content
@utdk/front /knowledge_base_categories/{category_id}/content
Update knowledge base category in default locale
Updates a knowledge base category in the default locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`
category_id path required
The ID of the category to update
string

Try it

Authentication
Configure credentials for Core API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

updateKnowledgeBaseCategoryInDefaultLocale
PATCH/knowledge_base_categories/{category_id}/content
Updates a knowledge base category in the default locale. Will republish the knowledge base if the knowledge base is currently published. Required scope: `knowledge_bases:write`

Parameters

required

The ID of the category to update

Input

Name of the knowledge base category

Description of the knowledge base category

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.updateKnowledgeBaseCategoryInDefaultLocale({
  "category_id": "kbc_123"
})