Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1105439,
            "phid": "PHID-DIFF-djuhxegc2pulkugqxl5i",
            "review_task_id": "YCH_XGxTSZ67cLTLfFhXhQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "7a7f7e75f9078b9ba7caebd5affef464da01638c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105439/issues/?format=api"
        },
        {
            "id": 1105625,
            "phid": "PHID-DIFF-xvn2n7u4c52sgokq5ta6",
            "review_task_id": "ZBxpxa0WStGMALvrXh-I4g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e4c7337f12bd99805149a05ce3dfd2a4fb0eb84e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105625/issues/?format=api"
        },
        {
            "id": 1106094,
            "phid": "PHID-DIFF-3mkbqah4qtlkmbftsfyh",
            "review_task_id": "KkT1mKMoQZy75w6sJGF5yA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "271c4a7b98b587444aae65e1f2e6764179b9f363",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1106094/issues/?format=api"
        }
    ]
}