Manages diffs in a revision (allow creation)

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