Manages diffs in a revision (allow creation)

GET /v1/revision/405234/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": 951533,
            "phid": "PHID-DIFF-ffbgaftkklxgx4k3vsuq",
            "review_task_id": "dMWZlZDxSNG_b6Kdbp_sWg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8c246af878f62bcd0aff6e1d797343c2d8b6e9e9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951533/issues/?format=api"
        }
    ]
}