Manages diffs in a revision (allow creation)

GET /v1/revision/477805/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": 1054835,
            "phid": "PHID-DIFF-y6cugs3zwudcqzbyjuqm",
            "review_task_id": "eif-hvHRRlWZUNcgANNHOw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9331f64a3a097504a574bcbbf45974f98eaddd0a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054835/issues/?format=api"
        },
        {
            "id": 1056160,
            "phid": "PHID-DIFF-jcotp4dl3fotksrmft6p",
            "review_task_id": "E0Jofbo7RY-JRFtsIa0xMQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b7120467e92d4174d5eead3ec9b357fa30a82e8e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056160/issues/?format=api"
        }
    ]
}