provider Knowledge Base Articles PATCH /knowledge_base_articles/{article_id}/content
@utdk/front /knowledge_base_articles/{article_id}/content
Update article content in default locale.
Updates an article's content in the default locale Required scope: `knowledge_bases:write`
article_id path required
The ID of the article 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.

updateArticleContentInDefaultLocale
PATCH/knowledge_base_articles/{article_id}/content
Updates an article's content in the default locale Required scope: `knowledge_bases:write`

Parameters

required

The ID of the article to update

Input

Teammate ID of the article author

Subject of the article

HTML content of the article

Article status

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.updateArticleContentInDefaultLocale({
  "article_id": "kba_123",
  "status": "draft"
})