Manages diffs in a revision (allow creation)

GET /v1/revision/401971/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": 950067,
            "phid": "PHID-DIFF-pvfru7s5oc4jdur3gib4",
            "review_task_id": "Sgpts5SKRTKIP9Qg240OzQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b8ef39e402e8ce96d3a4c8cfc2ab58ce47489b77",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950067/issues/?format=api"
        },
        {
            "id": 953808,
            "phid": "PHID-DIFF-wln4ruyu5b2t2zgev63g",
            "review_task_id": "NU4yoHenR-CPW6yfdFzOQQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "197324a457893468418e5d127aa85389144cea28",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953808/issues/?format=api"
        }
    ]
}