RelationTypeUpdate
Partial update for a relation type. name must match the current name, and schema changes must be additive.
name object
하나 이상(anyOf)
- string
- null
string
alias object
하나 이상(anyOf)
- string
- null
string
type object
하나 이상(anyOf)
- string
- null
string
collection_id object
하나 이상(anyOf)
- string
- null
string
Possible values: non-empty
folder_id object
하나 이상(anyOf)
- string
- null
string
tags object
하나 이상(anyOf)
- string[]
- null
Array [
string
]
description object
하나 이상(anyOf)
- string
- null
string
source object
하나 이상(anyOf)
- string
- null
string
target object
하나 이상(anyOf)
- string
- null
string
schema object
하나 이상(anyOf)
- object
- null
object
RelationTypeUpdate
{
"name": "string",
"alias": "string",
"type": "string",
"collection_id": "string",
"folder_id": "string",
"tags": [
"string"
],
"description": "string",
"source": "string",
"target": "string",
"schema": {}
}