Manages diffs in a revision (allow creation)

GET /v1/revision/399950/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": 946743,
            "phid": "PHID-DIFF-om7iqe7fham6hn4txofg",
            "review_task_id": "Y8H4h-19QrKvFwXAMM7TdQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ed220ac3828f55103d55c620a4726031d1b1858c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946743/issues/?format=api"
        }
    ]
}