Manages diffs in a revision (allow creation)

GET /v1/revision/413530/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": 957988,
            "phid": "PHID-DIFF-b4urov4gjog7q7utlamn",
            "review_task_id": "efwf3hCHTnGyIT07wxP7-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "35ec6c957ceae0e8c9558a4c1f38bb5e05ce1d71",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/957988/issues/?format=api"
        }
    ]
}