본문으로 건너뛰기

EntityTypeUpdate

Partial update for an entity type. name must match the current name, and schema changes must be additive.

name object
하나 이상(anyOf)
string
alias object
하나 이상(anyOf)
string
type object
하나 이상(anyOf)
string
collection_id object
하나 이상(anyOf)
string

Possible values: non-empty

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