ProjectStorageKnowledgeMutation
typestringrequired
Possible values: [create, edit, delete]
input objectrequired
oneOf
- CreateKnowledgeDocumentInput
- ProjectStorageKnowledgeEditInput
- ProjectStorageKnowledgeDeleteInput
idstring
the optional document id. If omitted, the server is generated based on the title.
titlestringrequired
markdownstringrequired
ProjectStorageKnowledgeMutation
{
"type": "create",
"input": {
"id": "string",
"title": "string",
"markdown": "string"
}
}