summaryrefslogtreecommitdiff
path: root/chef-server-api/app/views/exceptions/not_acceptable.html.haml
blob: b3e5b966c19062257d7511a1ac5f7de424afb784 (plain)
1
2
3
4
5
.block#block-text
  .content
    %h2.title Content-Type Unacceptable.
    .inner
      The Chef Server's REST API only responds to requests for JSON data.  Set the 'Accept' header on your request to 'application/json' and try again.