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

This web method updates an endpoint definition.

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

Input Data

Supply a JSON representation of the endpoint object in the message body. At minimum, 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>/endpoints/<ep_name>