Manages diffs in a revision (allow creation)

GET /v1/revision/396556/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": 945169,
            "phid": "PHID-DIFF-qozmz6munmu3crj7k3uf",
            "review_task_id": "NZa_ZxaDQo-55fSaEKjtSw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "971314e072d69b32aaa23c0284baab6d3a513ba3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945169/issues/?format=api"
        },
        {
            "id": 945700,
            "phid": "PHID-DIFF-kbrpzlepw7jsu4oqykpb",
            "review_task_id": "ChKRoTEwS_SsNYVIurKFFg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6e4a78dda2fda2a66d5d0befae4c73b1c3287b31",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945700/issues/?format=api"
        }
    ]
}