Manages diffs in a revision (allow creation)

GET /v1/revision/414034/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": 958784,
            "phid": "PHID-DIFF-twlopigtzdeka4nmzomm",
            "review_task_id": "bsgva-2nRBWwPn79FA0LRw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1085b232a453c6d04b4513463d03ecfaca5cffbe",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/958784/issues/?format=api"
        }
    ]
}