Manages diffs in a revision (allow creation)

GET /v1/revision/405014/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": 951408,
            "phid": "PHID-DIFF-sygfq5ejzsrg6gfaibcy",
            "review_task_id": "JtJEIbx3RBqHVVanxZu_3w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6fbd4df9c0e504abff7fbc4a7fee5e4ed1f72b4a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951408/issues/?format=api"
        }
    ]
}