Create relationship

Creates a relationship between two Entities.
Specify the source entity via the URL path ({id}), and the target entity and relationship type in the request body.

The type field determines the direction and nature of the relationship.
Supported values:

  • parent – declare the target as the parent of the source
  • child – declare the target as the child of the source
  • link – create a non-hierarchical connection between entities
  • isBlockedBy – create a dependency between entities
  • isBlocking – create a dependency between entities

Limitations

  • Only valid combinations of source and target entities are allowed for each relationship type.
  • The target entity must exist and be accessible.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Entity identifier.

Body Params
data
object

Payload representing a new relationship towards target entity.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json