PUT realm/applications/app_name
The web method
PUT realm/applications/app_name 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
Copyright © Cloud Software Group, Inc. All rights reserved.