Manages diffs in a revision (allow creation)

GET /v1/revision/490856/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": 1078117,
            "phid": "PHID-DIFF-trl2huygnbnpy4553dhb",
            "review_task_id": "ePWAb4y9S7G1xanFxCqRVA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "761ed4299691685b0dd5a12a8ce9b9ff96705242",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078117/issues/?format=api"
        },
        {
            "id": 1078130,
            "phid": "PHID-DIFF-zbo6dgbsqjq2x6cvacpu",
            "review_task_id": "b6panitTTfu6ai024DCqGg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "abcd0418988b729a3d75e7adf8be68d3876de8a7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1078130/issues/?format=api"
        }
    ]
}