Create Link

Creates a link between two objects to indicate a relationship.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
sourcestringRequiredformat: "id"
The ID of the source object.
targetstringRequiredformat: "id"
The ID of the target object.

Response

The response to creating a new link.

Errors