Manages diffs in a revision (allow creation)

GET /v1/revision/395986/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": 944242,
            "phid": "PHID-DIFF-dh7geuk3kwloagvczyuc",
            "review_task_id": "MUK_9edHTv2yMgfk89T73g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "443db1bfeeaef7574d1a3730ea2b0c169bff77a8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/944242/issues/?format=api"
        }
    ]
}