Manages diffs in a revision (allow creation)

GET /v1/revision/408735/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": 953587,
            "phid": "PHID-DIFF-6psylav3i3io36ezuat7",
            "review_task_id": "Y-c53TqeSgKP1raRTQ_bwg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a5960b9d5244f0113a7df958c2924fe5fb6a6ef7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953587/issues/?format=api"
        },
        {
            "id": 953681,
            "phid": "PHID-DIFF-fw2blqfqxmj5aorrgtia",
            "review_task_id": "ThQT8INXRpued2axSCCSuA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ae1dab6068eec7526440c15f9dbfca19eca9de8e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953681/issues/?format=api"
        }
    ]
}