Skip to main content
PATCH
The ways one asset can relate to another, and how many pairs use each.

Headers

Prefer
enum<string>

Preference

Available options:
return=representation,
return=minimal,
return=none

Query Parameters

id
string
code
string
name
string
inverse_code
string
is_symmetric
string
relationships
string
row_version
string

Body

asset_relationship_type_settings

The ways one asset can relate to another, and how many pairs use each.

is_symmetric says whether the relationship reads the same in both directions; where it does not, inverse_code names the one that reads back.

code
string<character varying>
Maximum string length: 60
id
string<uuid>

Note: This is a Primary Key.

inverse_code
string<character varying>
Maximum string length: 60
is_symmetric
boolean<boolean>
name
string<character varying>
Maximum string length: 150
relationships
integer<bigint>
row_version
integer<bigint>

Response

204

No Content