put
put(request: JadeRestRequest; result: JadeRestResponse io);
The put method of the JadeRestClient class executes a PUT operation on a resource of the REST API specification.
The parameters for the put method are listed in the following table.
Parameter | Description |
---|---|
request | Specifies the name of the JadeRestRequest resource to be replaced in the REST API specification as well as any parameters required by the REST API method. |
result | Contains the JadeRestResponse results of the PUT operation; that is, details of the response from the REST server. |
2020.0.01 and higher