Skip to main content
PUT
/
di
/
relations
/
{type}
/
{owner}
/
{identifier}
{
  "object": {
    "type": "<string>",
    "identifier": "<string>",
    "name": "<string>",
    "description": "<string>",
    "object": {},
    "removable": false,
    "resettable": false,
    "disabled": false,
    "editor": "<string>"
  }
}

Path Parameters

type
string
required

Type identifier

owner
string
required

Owner identifier

identifier
string
required

Relation identifier

Query Parameters

space
string

Space Identifier

Body

application/json
type
string
identifier
string
Maximum string length: 255
Pattern: ^[a-z0-9-]+$
name
string
Maximum string length: 255
description
string
Maximum string length: 64000
object
Prototype · object
removable
boolean
default:false

Whether the relation can be removed through the API

resettable
boolean
default:false

Whether the relation can be reset through the API

disabled
boolean
default:false

Whether the configuration is disabled

editor
string

The email of the person who last edited this

Response

Updated an object relation

object
object