- URL:https://<extensions-url>/update(POST only)
 - Required Capability:Default administrator role | All authorized privileges
 - Version Introduced:10.1
 
Description
This operation 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.
Request parameters
| Parameter | Description | 
|---|---|
| id |                    The upload item ID of the .SOE file. Example  |               
| f | The response format. The default response format is html. Values: html | json | pjson  | 
Example usage
Below is a sample POST request for update:
POST /webadaptor/admin/services/types/extensions/update HTTP/1.1
Host: machine.domain.com
Content-Type: application/x-www-form-urlencoded
Content-Length: []
id=i03a2b59db-e60d-48ce-8b0e-2fd3cff73b1a&f=jsonJSON Response example
{"status": "success"}