Update System Configuration

HTTPS Method

PUT

URI

https://<server>/adminapi/systemConfig

Example URI

https://uccx-Server/adminapi/systemConfig

Content Type

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

400, 500

Error Codes

Success Response

HTTPS/1.1 200 OK

Sample Input XML — Modify Proxy Configuration (PUT)

<?xml version="1.0" encoding="UTF-8"?>
<systemConfig>
    <appConfig>
        <notReadyOnSecondaryEnabled>false</notReadyOnSecondaryEnabled>
    </appConfig>
</systemConfig>