Manages diffs in a revision (allow creation)

GET /v1/revision/406077/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": 952346,
            "phid": "PHID-DIFF-ikmno5sixeoe6sutov4w",
            "review_task_id": "NM-vesSMQPa27lbedYCrVg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ea7b803cb50ef33f4c2ebb2e8683b6ee27cd6f69",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952346/issues/?format=api"
        }
    ]
}