Manages diffs in a revision (allow creation)

GET /v1/revision/477017/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": 1050557,
            "phid": "PHID-DIFF-elqjrmp7dx4wa7cnapgx",
            "review_task_id": "SqBjsbjIRpaJlC4eg2oBVQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0ff9c4bb15427994348888083ee4fc60f5b48d8f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1050557/issues/?format=api"
        }
    ]
}