Manages diffs in a revision (allow creation)

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