Manages diffs in a revision (allow creation)

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