Manages diffs in a revision (allow creation)

GET /v1/revision/404948/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": 951358,
            "phid": "PHID-DIFF-sisjho74f5cjwl6vybnx",
            "review_task_id": "fLc80rx2TviCkhGdD3wLtA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3269d1bb58684b8b9f7be2df392fe8d2e91bfb1d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951358/issues/?format=api"
        },
        {
            "id": 951376,
            "phid": "PHID-DIFF-zprx3g7tagxo24tnl7ph",
            "review_task_id": "RswCCaJzTEijlFnaEQCo-g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b5239cca9f0e7f99ac2fefbca324cfa0d0212900",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951376/issues/?format=api"
        }
    ]
}