Manages diffs in a revision (allow creation)

GET /v1/revision/385654/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": 936263,
            "phid": "PHID-DIFF-cwnow6otm2atil3v3hve",
            "review_task_id": "J_kIdTnYRyCvjckifE14kw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0c4b021eee050ec613d684a7d36b1b45a96ac743",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936263/issues/?format=api"
        }
    ]
}