Manages diffs in a revision (allow creation)

GET /v1/revision/402043/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": 950200,
            "phid": "PHID-DIFF-rqjytxogbiofaucevqjo",
            "review_task_id": "Q_lnTdGKTAKWjM9LGZ4V1g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "45f352ebdaa5f409f6cd0febefd5d7c19398351d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950200/issues/?format=api"
        },
        {
            "id": 950860,
            "phid": "PHID-DIFF-miznuqx62eotigxr32pv",
            "review_task_id": "A_SyIbZGQQKwey75cKKQWg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4a754bdc128ddf6d4dc262a4b30baee5fbe6d3a9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950860/issues/?format=api"
        }
    ]
}