Manages diffs in a revision (allow creation)

GET /v1/revision/413821/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": 958414,
            "phid": "PHID-DIFF-znqun4skw7gxjixe4tpl",
            "review_task_id": "HLPYdVS9TkGT_Btxjdn3yg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9fd99f51cf46cad70786b08d9d3e3dc0023e4283",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958414/issues/?format=api"
        }
    ]
}