Method: Charging::Http.patch

Defined in:
lib/charging/http.rb

.patch(path, token, etag, body = {}) ⇒ Object



37
38
39
# File 'lib/charging/http.rb', line 37

def patch(path, token, etag, body = {})
  request_to_api(:patch, path, {etag: etag}, token, body)
end