Manages diffs in a revision (allow creation)

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