Manages diffs in a revision (allow creation)

GET /v1/revision/398660/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": 946282,
            "phid": "PHID-DIFF-jx7xhdhj6gxyik75xyhl",
            "review_task_id": "POoAwf1zSdCAiGRlt3noLA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2b24e00671d3257f49b792ba5ec04004e50ae412",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946282/issues/?format=api"
        },
        {
            "id": 946283,
            "phid": "PHID-DIFF-mvgu2mtlbhmacmpgvd3d",
            "review_task_id": "IpKommT5Q8mCshoplUM7rg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "220432bee0135deb6af3448d75edd2d74ed6b2af",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946283/issues/?format=api"
        }
    ]
}