Knowledge Base
Last updated
Was this helpful?
Last updated
Was this helpful?
Get all knowledge bases
Get a knowledge base by its ID
The ID of the knowledge base.
List all collections in a knowledge base
The ID of the knowledge base
Update an existing article
The KnowledgeBaseID of the article to update.
The ID of the article to update.
The HTML body of the article.
The language code of the translation to update. If not provided, the default language (original article) will be updated.
Whether the changes to the article should be published. Defaults to false.
The title of the article.
Create a new collection
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
The ID of the knowledge base the route redirect is being added to.
The path to redirect from.
Language of the object to redirect to. If not specified, the default language of the knowledge base will be used.
The ID of the object to redirect to.
The type of the object to redirect to. This must be "article".
This endpoint creates a new article in the specified knowledge base. If translations are provided, they will also be created and associated with the article. If the article is published, the translations will also be published.
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.