Manages diffs in a revision (allow creation)

GET /v1/revision/495901/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": 1086567,
            "phid": "PHID-DIFF-pr2iiijflk7lo6o3cwhz",
            "review_task_id": "YSDwG8FTT5egaGqb_aYjeA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e56adafe7b0a62a9996104a0b81ce248e796966d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086567/issues/?format=api"
        },
        {
            "id": 1087444,
            "phid": "PHID-DIFF-zn32gb5ggzr6suqn5esu",
            "review_task_id": "YoLNnUVBRFOciytd0Va_XA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a36ba2f426f3bc39c5edd0dd41aab7dad912fb7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087444/issues/?format=api"
        }
    ]
}