PUT realm/applications/<app_name>/instances/<inst_name>
This web method updates an application instance within an application definition.
- <app_name> in the URI is the application name.
- <inst_name> in the URI is the application instance name.
Input Data
Supply a JSON representation of the instance object in the message body. At minimum, that representation must include the
name attribute, specifying the instance name.
Example Requests
curl -X PUT http://<host>:<port>/api/v1/realm/applications/<app_name>/instances/<inst_name> -d <json_defn>