Manages diffs in a revision (allow creation)

GET /v1/revision/489362/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": 1076474,
            "phid": "PHID-DIFF-tnh6t4ju6fpalp2lumcq",
            "review_task_id": "N2CQnDkFR5yvNgi0nga67Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a846c4e5e42daa6422530e0f5c340202dbd9ec8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1076474/issues/?format=api"
        },
        {
            "id": 1078144,
            "phid": "PHID-DIFF-6ur4iwdyfc2msemyllh5",
            "review_task_id": "Ih1DOLTFTWmtNQwV1_iVZQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9ccee57e39d3b867f2700cafdd18e41675ae5ddc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078144/issues/?format=api"
        }
    ]
}