Skip to main content

RelationTypeUpdate

Partial update for a relation 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
  • ]
  • description object
    anyOf
    string
    source object
    anyOf
    string
    target object
    anyOf
    string
    schema object
    anyOf
    object
    RelationTypeUpdate
    {
    "name": "string",
    "alias": "string",
    "type": "string",
    "collection_id": "string",
    "folder_id": "string",
    "tags": [
    "string"
    ],
    "description": "string",
    "source": "string",
    "target": "string",
    "schema": {}
    }