Manages diffs in a revision (allow creation)

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