Manages diffs in a revision (allow creation)

GET /v1/revision/397692/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": 945648,
            "phid": "PHID-DIFF-h2rpw4bitqzlwanz5qye",
            "review_task_id": "F3JCvY3IQLS3odsMDrJm4w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ec558d6305e8224513b5bb4fa88ab119d396188e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945648/issues/?format=api"
        }
    ]
}