| 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 |
This operation allows you to update the data store configuration.
Note:-
| Parameter | Description |
|---|---|
| datastoreConfig | The JSON object containing the data configuration. |
| f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/data/config/update
datastoreConfig={
"blockDataCopy": true
}