Manages diffs in a revision (allow creation)

GET /v1/revision/389082/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": 938821,
            "phid": "PHID-DIFF-bvdhu6hxcvgmxloibd3k",
            "review_task_id": "QInlSKuGS8mo8bxvQK3YEA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "38ead3c440d913d1b0487400b0c7024e9d0e789e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938821/issues/?format=api"
        }
    ]
}