Manages diffs in a revision (allow creation)

GET /v1/revision/405782/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": 951993,
            "phid": "PHID-DIFF-3lssjfea6tk7w54hwbn7",
            "review_task_id": "IBMZhXF-STuZwjLaG8Pheg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ed31e7365ee976fde307f488eba580ac65ae76e7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951993/issues/?format=api"
        }
    ]
}