Setting or Updating Application Settings

Set or update application settings by issuing a PUT request.

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

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

Use the PUT method to update specified properties. Any properties you do not specify retain their current values.

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

The URL contains these components: