Update configuration of a specific website

Request URL for Configurations

PATCH /accounts/:account_id/websites/:website_id/smartcode/configuration

Request Format

{
    "settingsData": {
        "codeType": "async",
        "settingsTimeout": 2000,
        "libraryTimeout": 2500,
        "useJquery": false,
        "rocketLoader": true,
        "hideBodyHtml": true
    }
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!