Manages diffs in a revision (allow creation)

GET /v1/revision/476759/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": 1049204,
            "phid": "PHID-DIFF-kwvkgjgfqf6sv67mkemy",
            "review_task_id": "Mh7geJKwRb6wmlB8D2g-gA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e7df7db6aa44867f0de34fcca6f03a13b6d81986",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1049204/issues/?format=api"
        }
    ]
}