Manages diffs in a revision (allow creation)

GET /v1/revision/477658/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1054008,
            "phid": "PHID-DIFF-b25j4fc64ovpybvgzsxd",
            "review_task_id": "GOEnQ4A4T5WAeMxK7Z2nRA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "200b7314bf4b0ff4dc858c590fa6916cbe70f64e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054008/issues/?format=api"
        },
        {
            "id": 1057470,
            "phid": "PHID-DIFF-qu4zi7yg5mfe2p3tk3st",
            "review_task_id": "a7gx7YH-TPiokJqcfDP9wA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "40bdb1122957314317423bf5b9f46e1e5ba6ed51",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1057470/issues/?format=api"
        }
    ]
}