Skip to main content

UpdateRelationshipTypeRequestBody

$schemauri

A URL to the JSON Schema for this object.

Example: https://example.com/schemas/UpdateRelationshipTypeRequestBody.json
categories object

Category toggles

property name*boolean
descriptionstring

Human-readable description

propertiesstring[]

Edge property names

UpdateRelationshipTypeRequestBody
{
"$schema": "https://example.com/schemas/UpdateRelationshipTypeRequestBody.json",
"categories": {},
"description": "string",
"properties": [
"string"
]
}