Manages diffs in a revision (allow creation)

GET /v1/revision/492854/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": 1080361,
            "phid": "PHID-DIFF-iescxhgujcpksgejvtyt",
            "review_task_id": "P_upxpzgTZeLOQG3t-_aug",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b3ee15477aa13f6244e6f08ed0aeb3ad75ffd2e3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080361/issues/?format=api"
        },
        {
            "id": 1080385,
            "phid": "PHID-DIFF-vj7cfsoduhztczyl7mjf",
            "review_task_id": "ISWNOHs8TdywMr8Hre_g8g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "8263d75cf19cfc80c78846fe2ce38ccc928c7c77",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080385/issues/?format=api"
        }
    ]
}