Dev GuideAPI Reference
Dev GuideAPI ReferenceUser GuideGitHubNuGetDev CommunityOptimizely AcademySubmit a ticketLog In
API Reference

Puts the node entry relation.

Path Params
string
required
string
required
Query Params
string | null

The entry code.

string | null

The node code.

Body Params

The relation object, note that the entry code and node code from the URL are being used.

int32

Gets or sets the sort order.

string | null

Gets or sets the parent node code.

string | null

Gets or sets the child node code.

boolean | null

Gets or sets whether this relation is the primary relation for the entry (the home category).

Responses
200

Success

204

The node entry relation is saved.

400

If the node entry relation model is not valid.

401

If user does not have enough permission for this request.

404

If node-entry relation does not exist.

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