본문으로 건너뛰기

KnowledgeCreate

Payload used to create Knowledge. The required field is name.

nameName (string)필수
alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string
collection_id object

Identifier of the containing collection.

하나 이상(anyOf)
string

Possible values: non-empty

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