Update a configuration item by sending only the properties you would like to update. The request payload should only contain those properties which you are updating. If updating branding, use the Upload endpoint first to get a pre-signed url, upload the file to the S3 bucket using a file transfer utility and then send the published url in this request.
Successful Request. Configurations Updated Successfully.
One or more required parameters are missing or invalid.
Authentication failed (unauthorized).
Forbidden. You do not have permissions to perform this action, or your connection information is not correct.
The server is too busy to handle the request.
{- "accentColor": "#3a91c3",
- "terminology": {
- "content": "Gallery",
- "templates": "Template Store",
- "collections": "Collections",
- "storyBoards": "Portals"
}, - "landingPage": {
- "landingPage": "Content",
- "isDefaultHomePage": false
}, - "displayCollections": true,
- "defaultContentView": "Grid"
}