Manages diffs in a revision (allow creation)

GET /v1/revision/477300/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": 1052166,
            "phid": "PHID-DIFF-z37plf3oq7no6zqgakwy",
            "review_task_id": "UrU6ux8XSP6NDY_46yX3Qg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6c529bf2165b1259cdfa14258c768e6b328d8913",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052166/issues/?format=api"
        },
        {
            "id": 1052288,
            "phid": "PHID-DIFF-gk7owaziaeu3duvvgawu",
            "review_task_id": "XooiI9ZVQT6VKcPgt1I5Iw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bed83d92f1c9f916ea7fdbbca8d9d3cd9394e641",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052288/issues/?format=api"
        }
    ]
}