Manages diffs in a revision (allow creation)

GET /v1/revision/495895/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": 1086574,
            "phid": "PHID-DIFF-bfpph4allgzetlffqple",
            "review_task_id": "ZLeS6X2kTwWteXaSE3sciw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "966b1e27e42de8974a215dd2fc2cd407cf5e847c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086574/issues/?format=api"
        },
        {
            "id": 1087453,
            "phid": "PHID-DIFF-xvhy5jpc3npcmpqrt24c",
            "review_task_id": "Ak4o2qyGRaa5ngEp-KHuCw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "eb377e48b423ee9f780154f59c01d0b9876f2189",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087453/issues/?format=api"
        }
    ]
}