Manages diffs in a revision (allow creation)

GET /v1/revision/493212/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": 1080712,
            "phid": "PHID-DIFF-beijwflchiaese4u5tff",
            "review_task_id": "Go2X6jEGS6KcOOzAAB6D3Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "74778f4567cffde08fd9e8d79bf3cd67472c2840",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080712/issues/?format=api"
        },
        {
            "id": 1081377,
            "phid": "PHID-DIFF-s4iu2jger7uibbfugbj5",
            "review_task_id": "TSYSq34rRmOfQaoNCHwf9g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d9cbe723f00a6e6152a4435e01d73b6ee16269bd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081377/issues/?format=api"
        }
    ]
}