Manages diffs in a revision (allow creation)

GET /v1/revision/385933/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": 936603,
            "phid": "PHID-DIFF-7dvbsi3l4efg2zhbqkd6",
            "review_task_id": "PtmCvPb5TyWIERxCD_bcMQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "52a0662edc79ec63497e8e933f7335c46782280a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936603/issues/?format=api"
        }
    ]
}