Manages diffs in a revision (allow creation)

GET /v1/revision/404949/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": 951353,
            "phid": "PHID-DIFF-mhawcxthuemzsnzxwzkj",
            "review_task_id": "BVFrXKWhSm-2vsixnyX6lg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a97554742aa9592c00b6ea8563d75ed6ea83baa7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951353/issues/?format=api"
        },
        {
            "id": 959640,
            "phid": "PHID-DIFF-df7lhxustzvrldncrwue",
            "review_task_id": "MbSVUgTKQfKoYWVTxkg4YA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "07eb28b1411ff7dd1cfc0658d13352799c8ddcae",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/959640/issues/?format=api"
        }
    ]
}