Manages diffs in a revision (allow creation)

GET /v1/revision/494022/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": 1081517,
            "phid": "PHID-DIFF-3cmmjkowvl73nk4a3o34",
            "review_task_id": "XsJiULRMT7yAD87nyyFjJA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "13bd43d6b5485671fbbd5a6bd53b89180b8c2d19",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081517/issues/?format=api"
        },
        {
            "id": 1081746,
            "phid": "PHID-DIFF-azmtcdecuprrdmruyhr2",
            "review_task_id": "IuJIScyaQcST18tMA5doUg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "66b0aa0d8a90628b05e32dee999e2540ec895bda",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081746/issues/?format=api"
        }
    ]
}