Manages diffs in a revision (allow creation)

GET /v1/revision/396564/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": 945209,
            "phid": "PHID-DIFF-koyjzjmtcumwej2cdfbf",
            "review_task_id": "K4Q44K-_QoCi_Sl5WNYKAQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c1ef3d7fe046ed3f885a1b70e3e23981252a0f0f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945209/issues/?format=api"
        }
    ]
}