Manages diffs in a revision (allow creation)

GET /v1/revision/390876/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": 939852,
            "phid": "PHID-DIFF-pbeta6yrqksjn2uvp7er",
            "review_task_id": "YWzfrkfmRIeM2bMJ2ZrnaQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c958a8ad61600658de47358c1d30efabf406076e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/939852/issues/?format=api"
        }
    ]
}