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