Manages diffs in a revision (allow creation)

GET /v1/revision/410075/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": 954731,
            "phid": "PHID-DIFF-bhavo2kyu35ctyuleq7a",
            "review_task_id": "FfJXayqQQ_KKfNx0nb9enw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "71f842147cc328be4c4866746ca0696539a506e4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954731/issues/?format=api"
        },
        {
            "id": 954806,
            "phid": "PHID-DIFF-lsrnmttc2j6yvjdpempx",
            "review_task_id": "bMW7Uvn9SAOHdYE3ScLolw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b5663de07185653ef83e8d6d93e8da868bcd2b06",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954806/issues/?format=api"
        }
    ]
}