Manages diffs in a revision (allow creation)

GET /v1/revision/521361/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": 1112252,
            "phid": "PHID-DIFF-y33mk4fzz6gc7c3ajxim",
            "review_task_id": "ZmdsoIvxSlubW8s6czHGGA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "68f5c26d2e206c200f42e864b7e49ab80900320d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112252/issues/?format=api"
        }
    ]
}