Upsert a Destination Node by ID

Updates a Destination Node by ID, or creates a new one with the specified ID if the Destination Node does not exist. Omit X-Contentful-Version to create; send the current version to update.

Authentication

AuthorizationBearer

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

Path parameters

spaceIdstringRequired
ID of the space.
environmentIdstringRequired
ID of the environment.
destinationIdstringRequired
ID of the Destination.
nodeIdstringRequired
ID of the Destination Node.

Headers

X-Contentful-VersionstringOptional

Current version of the resource, taken from sys.version. Omit the header to create a resource with the specified ID; send the current version to update an existing one.

Request

This endpoint expects an object.
Destination Folder Node RequestobjectRequired
OR
Destination Experience Node RequestobjectRequired
OR
Destination Redirect Node RequestobjectRequired

Response

OK - Destination Node updated

Destination Folder Nodeobject
OR
Destination Experience Nodeobject
OR
Destination Redirect Nodeobject