Manages diffs in a revision (allow creation)

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