Method: Formstack::Client#update_form

Defined in:
lib/formstack/client.rb

#update_form(form_id, args = {}) ⇒ Object



27
28
29
# File 'lib/formstack/client.rb', line 27

def update_form(form_id, args={})
  put("form/#{form_id}", args)
end