module Brightpearl::APIOperations::Put
Public Instance Methods
put(id, params)
click to toggle source
# File lib/brightpearl/api_operations/put.rb, line 4 def put(id, params) send_request(path: "#{resource_path}/#{id}", method: :put, body: params) end