No support for HTTP patch method
braydensterrett opened this issue · 0 comments
braydensterrett commented
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
- 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.