Manages diffs in a revision (allow creation)

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