Manages diffs in a revision (allow creation)

GET /v1/revision/512542/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1105636,
            "phid": "PHID-DIFF-njdbijefs4e6hfitgfrm",
            "review_task_id": "EH93tM-2Q7qNXJ5rCxhG_Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d44442b366d30db7cb2d28014b959511bec36567",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105636/issues/?format=api"
        },
        {
            "id": 1105645,
            "phid": "PHID-DIFF-b6z5s45bxqyyycb6anxl",
            "review_task_id": "MGsXyglkQOWGXkzwEPMu8A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "964ee032ed2a571921c723ea5639b9426e6b413d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105645/issues/?format=api"
        }
    ]
}