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