Manages diffs in a revision (allow creation)

GET /v1/revision/410401/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": 955077,
            "phid": "PHID-DIFF-e5kee3g5kcx6hquhqtyq",
            "review_task_id": "aMccZED1QiGbrSQF8KDuXQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "237eecafd76bef94a56aa2788ee1af9df33f9722",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955077/issues/?format=api"
        }
    ]
}