Manages diffs in a revision (allow creation)

GET /v1/revision/477328/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": 1052296,
            "phid": "PHID-DIFF-ehhpxfcpfwsxd6a2z2ff",
            "review_task_id": "IJJsUh-4QUatF7d1k6uCBQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f8d56c2f4906dd6367f7eb68af86ea794bdbf47e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1052296/issues/?format=api"
        }
    ]
}