Upsert an experience by ID

Updates an experience by ID, or creates a new one with the specified ID if the experience does not exist.

Authentication

AuthorizationBearer
Contentful Management API token

Path parameters

spaceIdstringRequired
environmentIdstringRequired
idstringRequired

Query parameters

access_tokenstringOptional

Request

Body
namestringRequired
descriptionstringRequired
viewportslist of objectsRequired
designPropertiesmap from strings to maps from strings to objectsRequired
dimensionKeyMapobjectRequired
contentBindingsobjectOptional
metadataobjectOptional
slotsmap from strings to lists of objectsOptional
templateobjectOptional

Response

200
sysobject
namestring
descriptionstring
viewportslist of objects
designPropertiesmap from strings to maps from strings to objects
dimensionKeyMapobject
contentBindingsobject
metadataobject
slotsmap from strings to lists of objects

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error
500
Internal Server Error