Manages diffs in a revision (allow creation)

GET /v1/revision/517674/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": 1109929,
            "phid": "PHID-DIFF-fmujwwhzgzhvspyyp673",
            "review_task_id": "QaxMTQzCQGOPZN_lLxonLA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "da45f8e6b98500d7ce89ddb5f0156123cf602f6e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109929/issues/?format=api"
        }
    ]
}