Manages diffs in a revision (allow creation)

GET /v1/revision/492445/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": 1079733,
            "phid": "PHID-DIFF-yvy575aeurshtdmsl36x",
            "review_task_id": "LGVEUOlvRkKithk3fyeHNw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "68d6bffb00cb5a2a2ab8f7a87f4e233662a41cc7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079733/issues/?format=api"
        }
    ]
}