Manages diffs in a revision (allow creation)

GET /v1/revision/519785/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": 1110859,
            "phid": "PHID-DIFF-7gwmousbfr6uw7rjsiny",
            "review_task_id": "be9oMZYPS4yAKs68gtGIiA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8de35ce3c19b7584c93b5d4efbd29be477e0cca1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110859/issues/?format=api"
        }
    ]
}