Method: PlentyClient::Concerns::RestRoutes#update
- Defined in:
- lib/plenty_client/concerns/rest_routes.rb
#update(id, headers = {}, &block) ⇒ Object
65 66 67 |
# File 'lib/plenty_client/concerns/rest_routes.rb', line 65 def update(id, headers = {}, &block) put(single_path(id), headers, &block) end |