DocumentUpdate
Document update request. No collection_id — a document's scope follows the parent Knowledge and cannot be changed independently.
name object
하나 이상(anyOf)
- string
- null
string
alias object
하나 이상(anyOf)
- string
- null
string
type object
하나 이상(anyOf)
- string
- null
string
tags object
하나 이상(anyOf)
- string[]
- null
Array [
string
]
description object
하나 이상(anyOf)
- string
- null
string
options object
하나 이상(anyOf)
- object
- null
object
DocumentUpdate
{
"name": "string",
"alias": "string",
"type": "string",
"tags": [
"string"
],
"description": "string",
"options": {}
}