Manages diffs in a revision (allow creation)

GET /v1/revision/410904/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": 955562,
            "phid": "PHID-DIFF-s5ug4hfyefdosjtwck5f",
            "review_task_id": "AhwkBnmwTMuLjAmuz7Dxgg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4398d1d075196063894a0a37c7d264f7f9cda597",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955562/issues/?format=api"
        },
        {
            "id": 961141,
            "phid": "PHID-DIFF-azxld535xoxxmct4xq6h",
            "review_task_id": "B4UNGaeoRfGkvsQxq6wQYA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "22ae99f223b3418e96f7409082e9205d9ce39102",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/961141/issues/?format=api"
        }
    ]
}