PUT

Updates the proxy configuration with the public prefix.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/publicprefix/default

HTTPS method:

PUT

Parameters:

prefix(optional)—specifies the public URL for the Customer Collaboration Platform server and port. If no port number is provided, it defaults to 8000.

If an empty prefix is provided (<Prefix><<prefix> </prefix></Prefix> ), then the prefix will be set to nothing.

The value for "public server" cannot be an IP address.

Example XML response:


<Publicprefix>
  <path>
    https://[public_server]:[serverport]
    [/optional/path]</path>
</Publicprefix>

See also API Conventions.