Skip to main content

DocumentCreate

Document creation request. collection_id is not accepted from clients — it is server-derived from the parent Knowledge by the create route.

nameName (string)required
alias object
anyOf
string
type object
anyOf
string
tags object
anyOf
  • Array [
  • string
  • ]
  • description object
    anyOf
    string
    options object
    anyOf
    object
    DocumentCreate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "options": {}
    }