Manages diffs in a revision (allow creation)

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 958016,
            "phid": "PHID-DIFF-mhqnuudv7izwmef7xlnk",
            "review_task_id": "HMN_mrj1QeOlsA36egyznw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c13cf206950550bda5893e4bfd67a56271c3a16a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958016/issues/?format=api"
        },
        {
            "id": 958234,
            "phid": "PHID-DIFF-ypqiphtrj43jw4ungth3",
            "review_task_id": "FMqg-9XGTKGW5JLJbrGLjQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fd217f6735209037c742e3f5d36465a080905824",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958234/issues/?format=api"
        },
        {
            "id": 958258,
            "phid": "PHID-DIFF-orbtpqsjmaiaxck3higi",
            "review_task_id": "CMsLgnxTQAWb_D25_LdPjw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ffc62bbabc0b5636f61148e183f8a900ae1fabea",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958258/issues/?format=api"
        },
        {
            "id": 958303,
            "phid": "PHID-DIFF-k5zqqu7pfl3dlal477dn",
            "review_task_id": "O43mDJ6TTCi1T9tuQhY9eg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "99679a0fc2bcab7b041b2fc9dce509dd40d1602f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958303/issues/?format=api"
        }
    ]
}