Manages diffs in a revision (allow creation)

GET /v1/revision/520025/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": 1111076,
            "phid": "PHID-DIFF-doc3smh6hnqmbriqfnbo",
            "review_task_id": "KSD-BptEQniHEgbuiJMGrQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "128d4e7eea24beb53e5bd25ca47050a11f3c749e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111076/issues/?format=api"
        },
        {
            "id": 1117970,
            "phid": "PHID-DIFF-x63y3jghcefvgmzuan2o",
            "review_task_id": "U6GLejC9QYeQ1iAzLybEMQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a11960399a33c711a626586f3749b3a93a1ff8eb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1117970/issues/?format=api"
        }
    ]
}