Method: PlentyClient::ItemSet::Config.update

Defined in:
lib/plenty_client/item_set/config.rb

.update(item_set_id, body = {}) ⇒ Object



17
18
19
# File 'lib/plenty_client/item_set/config.rb', line 17

def update(item_set_id, body = {})
  put(build_endpoint(UPDATE_ITEM_SET_CONFIGS, item_set: item_set_id), body)
end