Manages diffs in a revision (allow creation)

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