# File lib/chef/rest.rb, line 120 def post_rest(path, json, headers={}) api_request(:POST, create_url(path), headers, json) end