PUT realm/applications/<app_name>
This web method updates an application definition.
Input Data
Supply a JSON representation of the new definition in the message body.
The new definition completely replaces the old definition in the workspace.
Example Requests
curl -X PUT http://<host>:<port>/api/v1/realm/applications/<app_name> -d <json_defn>