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
- 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
DocumentCreate
{
"name": "string",
"alias": "string",
"type": "string",
"tags": [
"string"
],
"description": "string",
"options": {}
}