Manages diffs in a revision (allow creation)

GET /v1/revision/478475/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": 1058288,
            "phid": "PHID-DIFF-vblnappiu2nh2leabwyr",
            "review_task_id": "WJq74KwLS4W4whLexkHsLQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b3d9b23cb5dfb0fb1921fe0994e177fcd72e6520",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058288/issues/?format=api"
        }
    ]
}