FRAMES | NO FRAMES | Description | Parameters | Example |
URL: | http://server:port/arcgis/admin/services/types/extensions/update |
---|---|
HTTP Method: | POST |
Parent Resource: | Types |
Required Privileges: | Publisher or Administrator |
Updates extensions that have been previously registered with the server. All extensions in the new .SOE file
must match with extensions from a previously registered .SOE file.
Use this operation to update your implementations or extension configuration properties.
Parameter | Description |
---|---|
id | The itemID of the uploaded .SOE file |
f | The response format. The default response format is html. Values: html | json |
Upload .SOE file: http://server:port/arcgis/admin/uploads/upload itemFile=<soe_file> Update extension .SOE file: http://server:port/arcgis/services/types/extensions/update id=<id_of_uploaded_item>