Manages diffs in a revision (allow creation)

GET /v1/revision/396541/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": 945122,
            "phid": "PHID-DIFF-bljmemwqjqd2in2okwjc",
            "review_task_id": "eYn0TMi1RB-277NjNARPoQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b2ad93fc718a3f320d70ab452edb535bdcceb5d1",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945122/issues/?format=api"
        }
    ]
}