Manages diffs in a revision (allow creation)

GET /v1/revision/389355/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": 939067,
            "phid": "PHID-DIFF-wunfaj6fw3lr5vkknhgv",
            "review_task_id": "B4hiPHPeRZi5dQxrEaMtPw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9331de3b1ad7222281b48499d3f2bcb3e716a218",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/939067/issues/?format=api"
        }
    ]
}