Manages diffs in a revision (allow creation)

GET /v1/revision/413062/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": 957360,
            "phid": "PHID-DIFF-k5swtfgsfhgyk4vxm6nz",
            "review_task_id": "Y-_IZ0Z9SJGyP-64M0eO3Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4ca6ba17a40c5a3f9db2d375fc19ddf178e5bc72",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957360/issues/?format=api"
        }
    ]
}