Manages diffs in a revision (allow creation)

GET /v1/revision/395223/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": 943700,
            "phid": "PHID-DIFF-gnrkyn3xcru6pqxx6c4y",
            "review_task_id": "EB1oyS71SAm03Gw1F9s3_w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3940c6ab87ca44e9fa5a1def672f643c1597e24f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943700/issues/?format=api"
        }
    ]
}