본문으로 건너뛰기

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)필수
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": {}
    }