# File lib/flukso/api.rb, line 76 def perform_put(path, options={}) Flukso::Request.put(self, @base_url+path, add_version_header(options)) end