Manages diffs in a revision (allow creation)

GET /v1/revision/402129/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 949447,
            "phid": "PHID-DIFF-cfh5weqt4sw52mqyxrum",
            "review_task_id": "KZ0XocKLQx2ByjT1QJ1REQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bf739464d0397b3bd8d792f5ebe675f6f17af75a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/949447/issues/?format=api"
        }
    ]
}