Manages diffs in a revision (allow creation)

GET /v1/revision/413978/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": 958639,
            "phid": "PHID-DIFF-ejhw5iqe7wp2htyb5r5t",
            "review_task_id": "Uhjh3aHqRTG8uFSLSoJUUg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8e2ade613f8bc2abe239cbb993f8c9440cf81538",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958639/issues/?format=api"
        }
    ]
}