Manages diffs in a revision (allow creation)

GET /v1/revision/506930/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": 1101064,
            "phid": "PHID-DIFF-2ab2fa4dbajgru5yjenn",
            "review_task_id": "F_Wk5rLkQUa0hGz6X_ag0g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b85cec0ed44b40520d61a49fc49825d20af598a1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1101064/issues/?format=api"
        }
    ]
}