createKnowledgeDatabaseArticleFromText
Create an article in the Knowledge Database from raw text.
Arguments
Input fields for creating a Knowledge Database article from text.
Returns
CreateKnowledgeDatabaseArticleFromTextCreate an article in the Knowledge Database from raw text.
- KT-CT-1113: Disabled GraphQL field requested.
- KT-CT-15204: No content could be found for the given article.
- KT-CT-15205: The given article details are invalid.
- KT-CT-15206: Unable to create the article.
- KT-CT-15207: An article with this content already exists.
- KT-CT-7899: An internal error occurred.
Examples
The example data in the variables and responses below are autogenerated values designed to resemble real inputs. They do not represent actual customer data, and in some cases may require additional validation.
mutation CreateKnowledgeDatabaseArticleFromText($input: CreateKnowledgeDatabaseArticleFromTextInput!) {
createKnowledgeDatabaseArticleFromText(input: $input) {
articleId
}
}
Variables
{
"input": CreateKnowledgeDatabaseArticleFromTextInput
}
Response
{
"data": {
"createKnowledgeDatabaseArticleFromText": {
"articleId": 64818229
}
}
}