Manages diffs in a revision (allow creation)

GET /v1/revision/410067/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": 954721,
            "phid": "PHID-DIFF-7secxjmft3lcgn2zfdem",
            "review_task_id": "aFPcuyVLQQeL5Nh7y5S9QA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7d05b838ba7c1dcbca2ec0522bf674fcc2d62c90",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954721/issues/?format=api"
        },
        {
            "id": 956380,
            "phid": "PHID-DIFF-ecawtgxlhabtzo5wt34s",
            "review_task_id": "PcQ2ovPuQRaTKzi02f5B6g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b3b29829d057664e07e014ef86232bf6bc2be42a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956380/issues/?format=api"
        }
    ]
}