Manages diffs in a revision (allow creation)

GET /v1/revision/413937/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": 958558,
            "phid": "PHID-DIFF-57j2jegqpszo25eejuqa",
            "review_task_id": "HnarPkChTzSnA7AewszJgg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cf2378639d2e7d84102e45e76f218a1de86e0b55",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958558/issues/?format=api"
        }
    ]
}