KnowledgeCreate
Payload used to create Knowledge. The required field is name.
nameName (string)required
alias object
anyOf
- string
- null
string
type object
anyOf
- string
- null
string
collection_id object
Identifier of the containing collection.
- string
- null
string
Possible values: non-empty
folder_id object
anyOf
- string
- null
string
tags object
anyOf
- string[]
- null
Array [
string
]
description object
anyOf
- string
- null
string
options object
anyOf
- object
- null
object
KnowledgeCreate
{
"name": "string",
"alias": "string",
"type": "string",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"options": {}
}