Update the application settings with all the properties in the request.
PUT http://domain:port/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{appcid}’)
When processing a PUT request, Sybase Unwired 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.
PUT /odata/applications/v1/com.sybase.myapp/Connections('b6d50e93-bcaa-439d-9741-660a3cb56771') HTTP/1.1 Cookie: X-SUP-APPCID=b6d50e93-bcaa-439d-9741-660a3cb56771; X-SUP-SESSID=97ts80gwhxkc Content-Length: 4744 Content-Type: application/atom+xml; charset=UTF-8 Host: supserver:8000 Connection: Keep-Alive User-Agent: Apache-HttpClient/4.1.3 (java 1.5) Authorization: Basic REVWMDAwMTppbml0aWFs
[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-SUP-APPCID=b6d50e93-bcaa-439d-9741-660a3cb56771 DataServiceVersion: 1.0 Date: Mon, 13 Aug 2012 23:07:51 GMT Content-Length: 0