Skip to main content

ProjectStorageKnowledgeMutation

typestringrequired

Possible values: [create, edit, delete]

input objectrequired
oneOf
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"
}
}