Update Application Settings (PUT)

Update the application settings with all the properties in the request.

Any properties that you do not specify (and which can be changed) are set to the default value.

Syntax

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

Parameters

Returns

When processing a PUT request, SAP Mobile Platform returns a 200 status code to indicate success, and there is no response body.

If you never explicitly registered the client, returns a 404 status code.

Examples