Method: PlentyClient::Category::Template.update
- Defined in:
- lib/plenty_client/category/template.rb
.update(cat_id, body = {}) ⇒ Object
19 20 21 22 |
# File 'lib/plenty_client/category/template.rb', line 19 def update(cat_id, body = {}) put(build_endpoint(UPDATE_CATEGORY_TEMPLATE, cat: cat_id), body) end |