Manages diffs in a revision (allow creation)

GET /v1/revision/412371/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": 956796,
            "phid": "PHID-DIFF-orzxwhm4x5ujefgmajxa",
            "review_task_id": "NkTkgPVzQTWAOQ_NDaPw9g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2b746b3d41b695fb8c6ec0872178a3222dacd195",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956796/issues/?format=api"
        },
        {
            "id": 958075,
            "phid": "PHID-DIFF-x3vuvi2dj6u7h3gmm4gv",
            "review_task_id": "Mr4HDnOGRX2M_SFLiZ6qLA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "20d84703016a9aef124527eb66fd736f21e84e60",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958075/issues/?format=api"
        },
        {
            "id": 958078,
            "phid": "PHID-DIFF-d34b4x4dwhlwoztctiek",
            "review_task_id": "XoJNSXL4TXSxruQv6iEvfw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d2be47af1582f966a342cf911f1092848d0f4935",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958078/issues/?format=api"
        },
        {
            "id": 958088,
            "phid": "PHID-DIFF-y5txalxbakzeij6qiqwl",
            "review_task_id": "SRhnefbOTAS8TQ7VQYFv3w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b9ebe79169e54798288dbc4b1b8edb8d4b0fff98",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958088/issues/?format=api"
        }
    ]
}