Manages diffs in a revision (allow creation)

GET /v1/revision/520363/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": 1111296,
            "phid": "PHID-DIFF-ftmswsoz6ijcwchl7y2m",
            "review_task_id": "P6xAjV8GR9WDcEPWQAy2-g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "adbbac8c9bef13b6df01c31d9233531e38ba601f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111296/issues/?format=api"
        }
    ]
}