Method: ApiModel::ClassMethods#put_json

Defined in:
lib/api_model/class_methods.rb

#put_json(path, body = nil, options = {}) ⇒ Object



12
13
14
# File 'lib/api_model/class_methods.rb', line 12

def put_json(path, body=nil, options={})
  call_api_with_json :put, path, body, options
end