본문으로 건너뛰기

DocumentUpdate

Document update request. No collection_id — a document's scope follows the parent Knowledge and cannot be changed independently.

name object
하나 이상(anyOf)
string
alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string
tags object
하나 이상(anyOf)
  • Array [
  • string
  • ]
  • description object
    하나 이상(anyOf)
    string
    options object
    하나 이상(anyOf)
    object
    DocumentUpdate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "options": {}
    }