Articles
Help centers allow organizations to create and manage knowledge bases with articles and collections. Currently, Featurebase supports one help center per organization.
List articles
GET/v2/help_center/articles
Create an article
POST/v2/help_center/articles
Get an article by ID
GET/v2/help_center/articles/{id}
Update an article
PATCH/v2/help_center/articles/{id}
Delete an article
DELETE/v2/help_center/articles/{id}
ModelsExpand Collapse
Article object { id, availableLocales, createdAt, 27 more }
Article object { id, availableLocales, createdAt, 27 more }
translations: optional object { id, bg, bn, 39 more } Translations by locale code
translations: optional object { id, bg, bn, 39 more }
Translations by locale code