PUT realm/applications/<app_name>/instances/<inst_name>/endpoints/<ep_name>

This web method updates the configuration of a specific instance endpoint within an application instance. You can use this method to modify the transport connectors of the instance endpoint.

  • <app_name> in the URI is the application name.
  • <inst_name> in the URI is the application instance name.
  • <ep_name> in the URI is the endpoint name.

Input Data

Supply a JSON representation of the instance endpoint configuration object in the message body. That representation must include the name attribute, specifying the endpoint name.

Example Requests

curl -X PUT http://<host>:<port>/api/v1/realm/applications/<app_name>/instances/<inst_name>/endpoints/<ep_name> -d <json_defn>