cerner/icontrol_rest

No support for HTTP patch method

braydensterrett opened this issue · 0 comments

Please fill out the below template as best you can.

Description of Issue

Describe the issue as best you can. Screenshots, logs, and stack traces can be very helpful!

There is currently no support for the patch HTTP method which icontrol supports.

System Configuration

Project Version

N/A

Additional Details (optional)

Steps to Reproduce the Issue

  1. Attempt to call patch using IcontrolRest::Client and an error will raise.

Expected Outcomes

A request will be sent to the provided endpoint using the PATCH HTTP method.