The web method
PUT realm/applications/app_name/endpoints/ep_name 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 -d json_defn