Manages diffs in a revision (allow creation)

GET /v1/revision/488986/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": 1075941,
            "phid": "PHID-DIFF-shfitoqohob2qgprhg6c",
            "review_task_id": "XfUNCOQTSm2GMtcVC6ZhaQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9bd84de341c29ef951f2760537532518e55bc8bb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1075941/issues/?format=api"
        }
    ]
}