Manages diffs in a revision (allow creation)

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