Manages diffs in a revision (allow creation)

GET /v1/revision/512475/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": 1105603,
            "phid": "PHID-DIFF-wqoknmg7g6qgy4eassww",
            "review_task_id": "P5LVqbFESO63xgjac-B5Ig",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7af3690080457e463c425c50ce57f05c54f72130",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105603/issues/?format=api"
        },
        {
            "id": 1105611,
            "phid": "PHID-DIFF-2njwxontkgxh2rzhqai5",
            "review_task_id": "feLfsrkYQf-jgPNr9GV6bw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dd230657bee3ff23dea9ce62bef9d8cc1be7cef7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105611/issues/?format=api"
        }
    ]
}