Skip to main content

KnowledgeCreate

Payload used to create Knowledge. The required field is name.

nameName (string)required
alias object
anyOf
string
type object
anyOf
string
collection_id object

Identifier of the containing collection.

anyOf
string

Possible values: non-empty

folder_id object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    options object
    anyOf
    object
    KnowledgeCreate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "options": {}
    }