Manages diffs in a revision (allow creation)

GET /v1/revision/517442/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": 1109752,
            "phid": "PHID-DIFF-2o7zgkzkjsmnhnfi3nf4",
            "review_task_id": "JJZzBLZwSTi9im-YHhHWQA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "5eac9a0abf5d989bfc9433df6b5f77b7d89ffa44",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109752/issues/?format=api"
        }
    ]
}