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
spaceId
ID of the space.
environmentId
ID of the environment.
destinationId
ID of the Destination.
nodeId
ID of the Destination Node.
Headers
X-Contentful-Version
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 Request
OR
Destination Experience Node Request
OR
Destination Redirect Node Request
Response
OK - Destination Node updated
Destination Folder Node
OR
Destination Experience Node
OR
Destination Redirect Node