Manages diffs in a revision (allow creation)

GET /v1/revision/486211/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": 1074000,
            "phid": "PHID-DIFF-43gnwfk4o4nt4eyfjhib",
            "review_task_id": "X0lqwlGJRxqXnvOOpwI_ow",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3b990ea61e9a193b03f03d5a0f3235057b28c924",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1074000/issues/?format=api"
        }
    ]
}