Manages diffs in a revision (allow creation)

GET /v1/revision/410615/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": 955298,
            "phid": "PHID-DIFF-iqdqtqqszkfim5k4hgtw",
            "review_task_id": "IwRVgfRDSbiqfA-x445dzw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3a498fed502f246c15c652cb59b97c4cdb799e13",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955298/issues/?format=api"
        },
        {
            "id": 955482,
            "phid": "PHID-DIFF-kffg5j7dmpd5vihy7gll",
            "review_task_id": "KM7ixgsjQziJ3-RpnJ8Sbg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "28084bcac6fcb31aba98c01d680f8295308630d8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955482/issues/?format=api"
        }
    ]
}