Manages diffs in a revision (allow creation)

GET /v1/revision/476727/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": 1048911,
            "phid": "PHID-DIFF-ify3ayfkijcx2orwas4e",
            "review_task_id": "Lqr5cP2bRsuWN1QyAQH-7A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e518e392be75802a85e79fd7e02d1ee4c9f7a9a8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1048911/issues/?format=api"
        },
        {
            "id": 1049727,
            "phid": "PHID-DIFF-zhbw7rvkkaef5cjtnfxp",
            "review_task_id": "aH1EIESCRyKOlhuXTUYVOg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2e6943e04e5895941132d929f96185319b221c85",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1049727/issues/?format=api"
        },
        {
            "id": 1049759,
            "phid": "PHID-DIFF-xfyohmgbeahww7n4ehww",
            "review_task_id": "dLmL8RoLRKG_w3N4sRnrKQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "54694b27fb76651b6acefcce5fabb63e2a2a77b7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1049759/issues/?format=api"
        }
    ]
}