Manages diffs in a revision (allow creation)

GET /v1/revision/484628/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": 1071229,
            "phid": "PHID-DIFF-55tiwz7r54utlutbyavb",
            "review_task_id": "FZhEj4lBRcKsLstnsLLjYg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9eb88847b0d18d69ab2ded5bd158d3dc6108c968",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1071229/issues/?format=api"
        }
    ]
}