FRAMES | NO FRAMES Description | Parameters | Response
URL:http://server:port/arcgis/admin/data/config/update
HTTP Method:POST
Parent Resource: Datastore Configuration
Required Privileges:Administrator

Description

This operation allows you to update the data store configuration.

Note:-


This operation was added at ArcGIS 10.1 Service Pack 1.

Parameters

Parameter Description
datastoreConfig The JSON object containing the data configuration.
f The response format. The default response format is html.
Values: html | json

Example

	http://server:port/arcgis/admin/data/config/update
	datastoreConfig={
		"blockDataCopy": true
	}