Manages diffs in a revision (allow creation)

GET /v1/revision/518455/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": 1110338,
            "phid": "PHID-DIFF-ltlapb36ttc2r3uuocrn",
            "review_task_id": "e6dKhqSpQL6qV3RJoiJudw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "057c4363bfd1102a9eaa0097efab87eda152ebc5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110338/issues/?format=api"
        },
        {
            "id": 1111018,
            "phid": "PHID-DIFF-3xywfvgfmvde6dl5gjl2",
            "review_task_id": "B9ec02zpR_SvVGQteF5tmg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a8430442a4fce73c93d15cc45b8eb3d589954fb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111018/issues/?format=api"
        }
    ]
}