Manages diffs in a revision (allow creation)

GET /v1/revision/402647/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": 950265,
            "phid": "PHID-DIFF-2p37qfqpu3qm7top2wzb",
            "review_task_id": "J3ezSPWISAyLda7x5oOAxg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9e8e8205c418d134268ab5edfa14898cddf39b58",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950265/issues/?format=api"
        }
    ]
}