- URL:
 - https://<root>/system/webadaptors/config/update
 - Methods:
 POST- Required Capability:
 - Access allowed with the "Security and Infrastructure" privilege
 - Version Introduced:
 - 10.2.1
 
Description
The update operation is used to change the common properties and configuration of the ArcGIS Web Adaptor configured with the portal. The properties are stored as a JSON object and, therefore, every update must include all the necessary properties.
Request parameters
| Parameter | Details | 
|---|---|
  | The JSON object containing all the properties in the configuration. Only one property,  Example  | 
  | The response format. The default response format is  Values:   | 
Example usage
The following is a sample POST request for the update operation:
POST /<context>/portaladmin/system/webadaptors/config/update HTTP/1.1
Host: organization.example.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
webAdaptorsConfig={"sharedKey": "randomsharedsecret"}&f=jsonJSON Response example
{"status": "success"}