v1

latestOpenAPI 3.0.12026-07-1431191129.7 KB
Relationships

Create a relationship between two resources in the registry

Create a relationship between two resources in the registry.

post/sources/{sourceKey}/v1/relationships/{relationshipType}

Path parameters

sourceKeystring required

The key of the source.

relationshipTypestring required

Key of the relationship definition.

Request body

idstring required

The unique identifier of the relationship. This is a key with the shape {fromID}.{toID}.

typestring required
dataobject

Response

Returned when the relationship was created successfully with a status 'PERSISTED'.

OR