Setting or Updating Application Settings

Set or update application settings by issuing a PUT or MERGE request.

Use the PUT method to update the application settings with all the properties in the request.

PUT http://host:port/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{appcid}’)

Use the MERGE method to update specified properties. Those properties that you do not specify retain their current values.

http://host:port/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{appcid}’)
Note: For a list of application connection properties for the HTTP client, see Reference > Application Connection Properties in Developer Guide: REST API Applications.

The URL contains these components: