Knowledge Base
Get all knowledge bases
/knowledge-bases
Get a knowledge base by its ID
/knowledge-bases/{id}
The ID of the knowledge base.
List all collections in a knowledge base
/knowledge-bases/{id}/collections
The ID of the knowledge base
Create a new article
/knowledge-bases/{id}/articles
The ID of the knowledge base the article is being added to.
The ID of the user attributed as the author of the article.
The HTML body of the article.
The id of the collection associated to the article
Whether the article should be published. Defaults to false.
Whether the article can only be accessible only via direct link. Defaults to false.
The slug of the article. Defaults to a slug based on the title.
The title of the article.
Update an existing article
/knowledge-bases/{id}/articles/{article_id}
The KnowledgeBaseID of the article to update.
The ID of the article to update.
The HTML body of the article.
Whether the changes to the article should be published. Defaults to false.
The title of the article.
Create a new collection
/knowledge-bases/{id}/collections
The ID of the knowledge base the article is being added to.
Description of the collection.
The id of the collection associated to the article
The slug of the collection. Defaults to a slug based on the title.
The title of the collection.
Create a new route redirect
/knowledge-bases/{id}/route-redirects
The ID of the knowledge base the route redirect is being added to.
The path to redirect from.
The ID of the object to redirect to.
The type of the object to redirect to. This must be "article".
Last updated
Was this helpful?