Module: Brightpearl::APIOperations::Patch

Included in:
Order
Defined in:
lib/brightpearl/api_operations/patch.rb

Instance Method Summary collapse

Instance Method Details

#patch(id, params) ⇒ Object



4
5
6
# File 'lib/brightpearl/api_operations/patch.rb', line 4

def patch(id, params)
  send_request(path: "#{resource_path}/#{id}", method: :patch, body: params)
end