Update Application Settings (PUT)

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

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

Syntax

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

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 have not explicitly registered the client, PUT request returns a 404 status code.

Examples