Skip to main content

Update experience settings

PATCH 

/experiences/:experienceResourceId/settings

Updates an experience's settings and returns the full settings afterwards, in the same shape as GET /experiences/{experienceResourceId}/settings. Only the fields present in the body are changed; omitted fields are left untouched. Changes apply to the work-in-progress experience and reach the live one at the next publish. Responds 400 when a value is invalid (an alias that is reserved or uses unsupported characters, passwordProtected: true without a password, or both protection modes at once), 403 when the caller cannot modify the experience — or, for a body carrying passwordProtected, password or ssoProtected, cannot publish it — 404 when it does not exist, and 409 when the requested alias is already taken.

Request

Responses