Manages diffs in a revision (allow creation)

GET /v1/revision/477214/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": 1051693,
            "phid": "PHID-DIFF-m4xn4q5r4ow4va2m2dka",
            "review_task_id": "YecB_gi7Q7Gnxsmujh4yhg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "fd281f82575a348b46634813102a4a6562a6fda6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051693/issues/?format=api"
        }
    ]
}