Manages diffs in a revision (allow creation)

GET /v1/revision/387427/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": 937759,
            "phid": "PHID-DIFF-n24wr3fi6ciukyeovwfr",
            "review_task_id": "Ge2ewGI5Qs6Bv1Ascjjvhw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0a1f74faaed4f435ddad3933aa05b98479235ef3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937759/issues/?format=api"
        },
        {
            "id": 937830,
            "phid": "PHID-DIFF-4dmnca5hagw3mifmz6uh",
            "review_task_id": "Utr5G1OrRP6o4MLx0-hPlw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3b42bc764d4924b0fc2a967245f9b9bae388c8a3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/937830/issues/?format=api"
        }
    ]
}