v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBKnowledge Bases
Update knowledge base in default locale
Updates a knowledge base in the default locale. Will republish the knowledge base if the knowledge base is currently published.
Required scope: knowledge_bases:write
patch/knowledge_bases/{knowledge_base_id}/content
Path parameters
knowledge_base_idstring required
The ID of the knowledge base to update
Request body
Response
A knowledge base with content
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12",
"related": {
"articles": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12/articles",
"categories": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12/categories"
}
},
"id": "knb_12",
"name": "Company Help Center",
"status": "unpublished",
"type": "internal",
"locale": "en",
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}