Manages diffs in a revision (allow creation)

GET /v1/revision/390911/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": 939905,
            "phid": "PHID-DIFF-4635kieglietrtohfv2d",
            "review_task_id": "JlIZtyFzS4qlRXX7UHHKfQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c24bcb4ae9f02b10f56d73d27f5a3e4786f10a9f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/939905/issues/?format=api"
        }
    ]
}