Manages diffs in a revision (allow creation)

GET /v1/revision/484855/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": 1071700,
            "phid": "PHID-DIFF-tix4qwj3ppy75kcvf2gt",
            "review_task_id": "SGX5CPHfQGOA2p6kq_lpuA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "35181ab1ef7da986fa0da705e9c8f3886f418b23",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1071700/issues/?format=api"
        },
        {
            "id": 1073420,
            "phid": "PHID-DIFF-gwhyg66ek4o5xgqhexne",
            "review_task_id": "Un_PDOQSSPGnXqZghGkisQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2e9c5772a4f5399ec7e1e7a0baf51e151cdd9f4f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073420/issues/?format=api"
        }
    ]
}