Manages diffs in a revision (allow creation)

GET /v1/revision/493644/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": 1081163,
            "phid": "PHID-DIFF-qtb76sjdtn2qhaocupe6",
            "review_task_id": "YRDeyHNdTreApKqfAKoPIQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "7c887b866e4fd4c8775702f2c922bc0a12fcbcdb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081163/issues/?format=api"
        },
        {
            "id": 1081235,
            "phid": "PHID-DIFF-auvybwsxzlloryqnibua",
            "review_task_id": "KWT7RfZlR_qgR3ntGR8xbA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "f41d98575e00f361f730c44e69354e95f0d576dd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081235/issues/?format=api"
        }
    ]
}