Add a related content association to a content item

Creates a relationship between two content items. The API endpoint used depends on the SDK configuration: admin API uses /admin/related, portal API uses /content/related.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

The ID of the content item to add the relation to

string
required

The ID of the content item to relate

contentDefinition
object
required

The content definition object with id and description

Responses
200

Success

400

Bad Request

401

The caller is not authenticated

404

One of the content items was not found

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!