# File lib/heroku-postgresql/client.rb, line 95 def http_put(path, payload = {}) checking_client_version do sym_keys(json_decode(@heroku_postgresql_resource[path].put(json_encode(payload)).to_s)) end end