Update the application settings with all the properties in the request.
PUT http[s]://<host:port>/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{registrationID}’)
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.
PUT /odata/applications/v1/com.sap.myapp/Connections('<XXXX>') HTTP/1.1 Cookie: X-SMP-APPCID=<XXXX>; X-SMP-SESSID=<XXXX> Content-Length: 4744 Content-Type: application/atom+xml; charset=UTF-8 Host: smpserver:8080 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.3 (java 1.5) Authorization: Basic <XXXX>
[PUT HTTP request message body]
HTTP response header:
HTTP/1.1 200 OK Expires: Thu, 01 Jan 1970 00:00:00 GMT Set-Cookie: X-SMP-APPCID=<XXXX> DataServiceVersion: 1.0 Date: Mon, 13 Aug 2012 23:07:51 GMT Content-Length: 0