Manages diffs in a revision (allow creation)

GET /v1/revision/477307/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": 1052220,
            "phid": "PHID-DIFF-mfvuewwjf662i6mhagcf",
            "review_task_id": "aITVq1stQD22azNwYKZDcg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0b2bc87a6049ba63a9b681fd82b2fa36194ff8d9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052220/issues/?format=api"
        },
        {
            "id": 1052468,
            "phid": "PHID-DIFF-raikotzgvasgs2kclhhu",
            "review_task_id": "cLjNHrGLRqCusibDtC-8GA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ae4e3d120af48f9a64eb78cbd9fe7c83272d3e77",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052468/issues/?format=api"
        }
    ]
}