Manages diffs in a revision (allow creation)

GET /v1/revision/413380/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": 957754,
            "phid": "PHID-DIFF-duviu2roz6iqrpaupipk",
            "review_task_id": "NZG3KCXnT6C5IRKs-Zf3cw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a6ca1f2ccfe104202d62879336e7ff660d37e986",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957754/issues/?format=api"
        },
        {
            "id": 957756,
            "phid": "PHID-DIFF-oteo6wgwpq6lmyngmdyo",
            "review_task_id": "aNnaaabaQLe4pPW0qyGm-g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4a577b3f4ef7ff856a43b2dc313f9312d1863764",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957756/issues/?format=api"
        }
    ]
}