Manages diffs in a revision (allow creation)

GET /v1/revision/405631/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": 951859,
            "phid": "PHID-DIFF-rje4zqbwgjxzg573hewd",
            "review_task_id": "LrdjMTSySU2SHwTHGOLx_g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f8e3e9f8a29a9883ac245104e323fcf5c72a7fd3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951859/issues/?format=api"
        }
    ]
}