Set or update application settings by issuing a PUT or MERGE request.
Use the PUT method to update the application settings with all the properties in the
request.
PUT http://domain:port/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{appcid}’)
Use the MERGE method to update specified properties. Those properties that you do not
specify retain their current values.
http://domain:port/[public/]odata/applications/{v1|latest}/{appid}/Connections(‘{appcid}’)
Note: For a list of application connection properties for the HTTP client,
see Reference > Application
Connection Properties in Developer Guide: REST API Applications.
The URL contains these components:
- domain – The Sybase Unwired Platform domain where the requested resource is
resolved or the name of the Unwired Server.
- port – The port for listening for OData requests; by default, 8000.
- “public” prefix – If included, an anonymous security configuration is used.
- odata/applications/ – Refers to the OData services associated to the application resources.
- {V1|latest} – The version of the service document.
- appid – The name of the application.
- Connections – The name of the OData collection.
- appcid – The application connection ID of the application instance interacting with the
service.