FRAMES | NO FRAMES Description | Parameters | Response
URL:http://server:port/arcgis/admin/system/properties/update
HTTP Method:POST
Parent Resource: Server Properties
Required Privileges:Administrator

Description

This operation allows you to update the server properties.

Note:-

Parameters

Parameter Description
properties The JSON object containing the server properties.
f The response format. The default response format is html.
Values: html | json

Example

	http://server:port/arcgis/admin/system/properties/update
	properties={
		"PushIdentityToDatabase": true,
		"WebContextURL": "http://mycompany.com/gis",
		"messageFormat": "esriServiceCatalogMessageFormatSoapOrBin"
	}