# File lib/chef/rest.rb, line 155 def put_rest(path, json, headers={}) api_request(:PUT, create_url(path), headers, json) end