Fix the curl examples for custom Accept headers in the API docs.
Review Request #8103 — Created April 6, 2016 and submitted — Latest diff uploaded
The API docs were showing curl examples using -A for an Accept header, but this is actually the User Agent header. This fixes the doc output to show a correct example.
Rebuilt the docs and tested the example for the
text/x-patch
header
on the diffs API. Saw the correct output.