Skip to main content

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": {}
    }