provider Knowledge Base Categories PATCH
/knowledge_base_categories/{category_id}/locales/{locale}/content @utdk/front
/knowledge_base_categories/{category_id}/locales/{locale}/content Update knowledge base category in specified locale
Updates a knowledge base category for a given 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
- locale path required
- The [locale](https://dev.frontapp.com/reference/knowledge-bases#locales) of the updated content
- 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.
Code snippet
Updates live as you fill in the form above.
TypeScript
import front from '@utdk/front';
await front.updateKnowledgeBaseCategoryInSpecifiedLocale({
"category_id": "kbc_123",
"locale": "en"
})