Manages diffs in a revision (allow creation)

GET /v1/revision/478410/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": 1058251,
            "phid": "PHID-DIFF-nyetvzwlyxirwdfbfald",
            "review_task_id": "AeYJXSFNTkqHiBVLog1edw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "08f75dca4677eaac543c580b9ac2bdb962b0d9d2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058251/issues/?format=api"
        }
    ]
}