Manages diffs in a revision (allow creation)

GET /v1/revision/408285/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 953292,
            "phid": "PHID-DIFF-2vnabxdb55kn5qtucklw",
            "review_task_id": "Yv2Ye_VzTdK6N7Xhi97a9w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0487c92c04c54a5cab52d5df50d11cefacdc50b7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953292/issues/?format=api"
        },
        {
            "id": 955698,
            "phid": "PHID-DIFF-mjmkllxrg4hjdtxkilx5",
            "review_task_id": "ZkJkepJ0TRG5J1Nw1Et3OA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5527236ad79052ab5e331ea60fba88aea2dedd8a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955698/issues/?format=api"
        }
    ]
}