Manages diffs in a revision (allow creation)

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