CreateKnowledgeDocumentInput
idstring
the optional document id. If omitted, the server is generated based on the title.
titlestringrequired
markdownstringrequired
CreateKnowledgeDocumentInput
{
"id": "string",
"title": "string",
"markdown": "string"
}