Manages diffs in a revision (allow creation)

GET /v1/revision/479948/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1059512,
            "phid": "PHID-DIFF-5jkt6ynpnhw3n4qzut2f",
            "review_task_id": "MVAQZoHFStuBixo83C52Iw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "734823371930d83f0131fcf851cb0051fddbbb55",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1059512/issues/?format=api"
        }
    ]
}