Manages diffs in a revision (allow creation)

GET /v1/revision/409721/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": 954515,
            "phid": "PHID-DIFF-eozgf3s7xd7ttd33yr7t",
            "review_task_id": "TSj_q9aaRqO50iZB4BSM5w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fd4a4a0e855182d22104ef16068e34edc8f95199",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954515/issues/?format=api"
        }
    ]
}