The rest client has been updated to add the patch rest method. Also, the the API has been updated to add wrapper method calls for post (with entity parameter), patch, put, and delete that use the default timeout. This makes the API consistent with the get and post (with string parameter) which already had wrapper methods that specify the default timeout.
The rest client has been updated to add the patch rest method. Also, the the API has been updated to add wrapper method calls for post (with entity parameter), patch, put, and delete that use the default timeout. This makes the API consistent with the get and post (with string parameter) which already had wrapper methods that specify the default timeout.