Create article in a knowledge base in specified localeAsk AIpost https://api2.frontapp.com/knowledge_bases/{knowledge_base_id}/locales/{locale}/articlesCreate an article for a given locale in a knowledge base. Required scope: knowledge_bases:writePath Paramsknowledge_base_idstringrequiredDefaults to knb_123The ID of the knowledge base to create the article inlocalestringrequiredDefaults to enThe locale of the article's contentBody Paramscategory_idstringID of the category this article belongs toauthor_idstringrequiredTeammate ID of the article authorsubjectstringrequiredSubject of the articlecontentstringrequiredHTML content of the articlestatusstringenumDefaults to draftArticle statusdraftpublishedAllowed:draftpublishedResponse 201A knowledge base article with contentUpdated 2 months ago