Manages diffs in a revision (allow creation)

GET /v1/revision/394662/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 943245,
            "phid": "PHID-DIFF-q7gzzulpfu4cagoczlox",
            "review_task_id": "Mx2fmm4tSVi-u-MyKLlcYw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a0ac46a153d762ea97434c1a5c1047f6fc6c5f5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943245/issues/?format=api"
        },
        {
            "id": 943466,
            "phid": "PHID-DIFF-nagmapo36rtrcsoqb5ew",
            "review_task_id": "epbv51ryQy-UPt_myfgR9Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "816f348f53458ada406d939b3ea35b0d99ef611e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943466/issues/?format=api"
        }
    ]
}