v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBKnowledge Base Articles
Update article content in default locale.
Updates an article's content in the default locale
Required scope: knowledge_bases:write
patch/knowledge_base_articles/{article_id}/content
Path parameters
article_idstring required
The ID of the article to update
Request body
Response
A knowledge base article with content
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_base_articles/kba_12",
"related": {
"knowledge_base": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12",
"category": "https://yourCompany.api.frontapp.com/knowledge_base_category/kbc_12",
"last_editor": "https://yourCompany.api.frontapp.com/teammates/tea_6r55a"
}
},
"id": "kba_12",
"slug": "/articles/5",
"name": "Billing 101",
"status": "published",
"content": "<h1>How to process a return</h1><p>To process a return...</p>",
"locale": "en",
"attachments": [
{
"id": "fil_3q8a7mby",
"filename": "Andy_Anger_Management_Certificate.png",
"url": "https://yourCompany.api.frontapp.com/download/fil_3q8a7mby",
"content_type": "image/png",
"size": 4405,
"metadata": {
"is_inline": true,
"cid": "526b45586d0e6b1c484afab63d1ef0be"
}
}
],
"last_edited_at": 1622672452.363,
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}