Manages diffs in a revision (allow creation)

GET /v1/revision/386124/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": 936725,
            "phid": "PHID-DIFF-2vjhmjuuv2qkfyj5xfpx",
            "review_task_id": "LxjMTDkQTiuro1DvaS_0Zg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4af70f85ab41ee597188923f0f9651658a8828b6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936725/issues/?format=api"
        },
        {
            "id": 936731,
            "phid": "PHID-DIFF-3erfi5rgdm3yvb73xs3k",
            "review_task_id": "SQ5jNLLbQ7-VSE3mUdgSrg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "88ff609e2b7bfcd06120f06102c15c91a4101695",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936731/issues/?format=api"
        }
    ]
}