Manages diffs in a revision (allow creation)

GET /v1/revision/396305/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": 944549,
            "phid": "PHID-DIFF-oxahadaosl2hjfg53aei",
            "review_task_id": "Holdl5CORsmvuQN-5iqHNQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cdfdd80f97ae621436a811740be253d0cf3bcce4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/944549/issues/?format=api"
        }
    ]
}