Skip To Content

Update Extension

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

ParameterDescription
id

The upload item ID of the .SOE file.

Example

id=i03a2b59db-e60d-48ce-8b0e-2fd3cff73b1a
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=json

JSON Response example

{"status": "success"}