Manages diffs in a revision (allow creation)

GET /v1/revision/520998/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": 1111811,
            "phid": "PHID-DIFF-ai3asrpzzpu6tmt2dkdy",
            "review_task_id": "f2GOur15TfODC7Zkg-olNg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "5d533b267c159004cfed634f15fa870d2ed20b84",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111811/issues/?format=api"
        }
    ]
}