| FRAMES | NO FRAMES | Description | Parameters | Examples | Response |
| URL |
http://<adminfeatureservice-url>/<layerId>/refresh |
|---|---|
| Parent Resource | Layer |
The refresh operation refreshes a layer in a service, which clears the web server cache for the layer.
| Parameter | Details |
|---|---|
| f |
Description: The response format. The default
response format is html. Values: html | json | pjson |
Example 1: Refresh the first layer in a service named "WorldService":
http://sampleserver10.arcgisonline.com/arcgis/admin/services/WorldService.FeatureServer/0/refresh
{
"success" : "<true | false>"
}
{
"success" : true
}