ProjectStorageKnowledgeMutation
typestringrequired
Possible values: [create, edit, delete]
input objectrequired
oneOf
- CreateKnowledgeDocumentInput
- ProjectStorageKnowledgeEditInput
- ProjectStorageKnowledgeDeleteInput
idstring
可选文档 id。省略时 server 根据 title 生成。
titlestringrequired
markdownstringrequired
ProjectStorageKnowledgeMutation
{
"type": "create",
"input": {
"id": "string",
"title": "string",
"markdown": "string"
}
}