Manages diffs in a revision (allow creation)

GET /v1/revision/483132/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": 1066647,
            "phid": "PHID-DIFF-i5nfyuefjaueh7oi5q25",
            "review_task_id": "RRE5bJyqSnurbuVxi-3DZQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e47ca5d3b6797017a658f1c59994cf42c5befd25",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066647/issues/?format=api"
        },
        {
            "id": 1066649,
            "phid": "PHID-DIFF-2yioccnlpyloknwd5cxj",
            "review_task_id": "cflfbIaSQkuKPjgR9h7bmg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a73639f8b2b92e5c2cf376e8ad5f9b726ee88e9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066649/issues/?format=api"
        }
    ]
}