Manages diffs in a revision (allow creation)

GET /v1/revision/496608/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1087643,
            "phid": "PHID-DIFF-zzjkbzk3zgpe3nqapvwy",
            "review_task_id": "J0G-agUNT6u3dXiUbYnRSQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b35ebf4eec6d3702f79b68e1efdaf547a6a16af3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087643/issues/?format=api"
        },
        {
            "id": 1094679,
            "phid": "PHID-DIFF-f36qmdes577eag5h2ihv",
            "review_task_id": "eHh871S_TtSnkNakDM8grg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "94f26dcabe78f1a37fcfa0bace4ba34324dca2ba",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1094679/issues/?format=api"
        },
        {
            "id": 1095472,
            "phid": "PHID-DIFF-p44vuvlg5jmu6g26u3gt",
            "review_task_id": "NDZnush5RLWMGXi-EAeeQw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "56325ed2d0d24437451de4f5ae607911a468a289",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1095472/issues/?format=api"
        }
    ]
}