Manages diffs in a revision (allow creation)

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