Manages diffs in a revision (allow creation)

GET /v1/revision/414114/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": 958893,
            "phid": "PHID-DIFF-vg32intmurmng7eez3zz",
            "review_task_id": "Agx1SthPSumrzU2WkylGgQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3a8679a296f7bfd259a37deef39f03621c68771a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958893/issues/?format=api"
        }
    ]
}