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

Description

You can use this operation to change the configuration parameters and shared key.

Warning:


This operation was added at ArcGIS 10.1 Service Pack 1.

Parameters

Parameter Description
webAdaptorsConfig The configuration JSON. The "sharedKey" attribute must always be present in this JSON.

Example

	http://server:port/arcgis/admin/system/webadaptors/config/update
	webAdaptorsConfig={
		"sharedKey": "my very secret passphrase for web adaptors"	
	}