Method: OneviewSDK::Rest#rest_patch
- Defined in:
- lib/oneview-sdk/rest.rb
#rest_patch(path, options = {}, api_ver = @api_version) ⇒ NetHTTPResponse
Makes a restful PATCH request to OneView
105 106 107 |
# File 'lib/oneview-sdk/rest.rb', line 105 def rest_patch(path, = {}, api_ver = @api_version) rest_api(:patch, path, , api_ver) end |