Manages diffs in a revision (allow creation)

GET /v1/revision/405066/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": 951428,
            "phid": "PHID-DIFF-4jtbrzrjh4ng6hivcjnh",
            "review_task_id": "EMhHD0tCS0mJ4e4zP12sTA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dc2f94b5a0eafee0cc8df870edca99b546f1366d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951428/issues/?format=api"
        },
        {
            "id": 954579,
            "phid": "PHID-DIFF-oxchfyws3cnzfwkbj322",
            "review_task_id": "ZYkgbXqrShyX14sKOrSLJg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1e12a73d81e851b2e15e0cf12b8472a4b938d589",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954579/issues/?format=api"
        }
    ]
}