Manages diffs in a revision (allow creation)

GET /v1/revision/477817/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": 1054849,
            "phid": "PHID-DIFF-wsfmo5kubix74tmsrj3c",
            "review_task_id": "bKy07FMqQm2H_sLwlWfAgA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3cbd5be1c04fa791f31614175d7306f7b0893ee8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054849/issues/?format=api"
        }
    ]
}