Manages diffs in a revision (allow creation)

GET /v1/revision/411075/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": 955889,
            "phid": "PHID-DIFF-hn6pdcbhv2l2r7lynvuh",
            "review_task_id": "ekf8NE6vRBqPrYr9zxjhkQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bb1ea860c684385d422d5c7fab7c7b355b46d79d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955889/issues/?format=api"
        },
        {
            "id": 960376,
            "phid": "PHID-DIFF-dte7dbcqfqnnvgej35jx",
            "review_task_id": "a_TAFilSSOi14-YNiIo3Tw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f72ef2d47ab37e3011947aa43f280e4ea26a668d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960376/issues/?format=api"
        }
    ]
}