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 |
This operation allows you to update the server properties.
Note:-
Parameter | Description |
---|---|
properties | The JSON object containing the server properties. |
f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/system/properties/update properties={ "PushIdentityToDatabase": true, "WebContextURL": "http://mycompany.com/gis", "messageFormat": "esriServiceCatalogMessageFormatSoapOrBin" }