| FRAMES | NO FRAMES | Description | Parameters | Response | Example |
| URL: | http://server:port/arcgis/admin/system/webadaptors/config/update |
|---|---|
| HTTP Method: | POST |
| Parent Resource: | Web Adaptors Configuration |
| Required Privileges: | Administrator |
You can use this operation to change the configuration parameters and shared key.
Warning:
| Parameter | Description |
|---|---|
| webAdaptorsConfig | The configuration JSON. The "sharedKey" attribute must always be present in this JSON. |
http://server:port/arcgis/admin/system/webadaptors/config/update
webAdaptorsConfig={
"sharedKey": "my very secret passphrase for web adaptors"
}