Manages diffs in a revision (allow creation)

GET /v1/revision/401941/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": 949652,
            "phid": "PHID-DIFF-26ytwgd3che3ku3ce7tm",
            "review_task_id": "BSOudOd3QQmUsCcyRTeuLw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "553ea851fcbe44944a7aa6b2c93daae0d9c565c0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/949652/issues/?format=api"
        }
    ]
}