Update Context Service Configuration

HTTPS Method

PUT

URI

https://<server>/adminapi/contextserviceconfiguration

Example URI

https://uccx-server/adminapi/contextserviceconfiguration

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 ContextService Configuration (PUT)

<?xml version="1.0" encoding="UTF-8"?>
<contextServiceConfiguration>
<labMode>false</labMode>
<requestTimeoutMillis>5000</requestTimeoutMillis>
<proxyType>none</proxyType>
</contextServiceConfiguration>
Note
Proxy Parameters should be configured prior to choosing Proxy Type for Context Service.