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
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

Configure credentials 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"
})