FRAMES | NO FRAMES | Description | Properties | Example |
URL: | http://server:port/arcgis/admin/services/[folder]/editFolder |
---|---|
HTTP Method: | POST |
Parent Resource: | Folder |
Required Privileges: | Publisher |
This operation allows you to change the description of an existing folder or change the web encrypted property.
The web encrypted property indicates if all the services contained in the folder are only accessible over a secure channel (SSL).
When setting this property to true, you also need to enable the virtual directory security in the
security configuration.
Name | Description |
---|---|
description | A description for the folder. |
webEncrypted | A boolean to indicate if the services are accessible over SSL only. Values: true | false |
f | The response format. The default response format is html. Values: html | json |
http://server:port/arcgis/admin/services/SecureMaps/editFolder description=A folder containing secure map services. webEncrypted=true