Manages diffs in a revision (allow creation)

GET /v1/revision/383379/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": 935487,
            "phid": "PHID-DIFF-xlhqb5nd7ia3eblvb6wk",
            "review_task_id": "NF5czJE9Sk25ZtDyenLrRw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "af205a50db8fb52a3f0de036d4844e45efa3bbdd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/935487/issues/?format=api"
        },
        {
            "id": 943119,
            "phid": "PHID-DIFF-p572e2owgf2vn46j2owh",
            "review_task_id": "CbYDZFaJSqWIUlFaTJZdUA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7eec696bbee7ccc322402243dd581124f5bae70a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943119/issues/?format=api"
        }
    ]
}