Method: HelloSign::Client#put
- Defined in:
- lib/hello_sign/client.rb
#put(path, options = {}) ⇒ Object
Make a http put request
86 87 88 89 90 |
# File 'lib/hello_sign/client.rb', line 86 def put(path, ={}) response = request(path, :put, ) validate response parse response end |