Manages diffs in a revision (allow creation)

GET /v1/revision/444259/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": 980096,
            "phid": "PHID-DIFF-w2zahob5esyg7f77wvxh",
            "review_task_id": "AIjLri0NSYi2MsnttaVk5A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0a8d69d11b9c2a7c8a399a954fbee1823386272f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/980096/issues/?format=api"
        },
        {
            "id": 980098,
            "phid": "PHID-DIFF-phhvkuvzzpwxm7auot5f",
            "review_task_id": "AxUVq9Z_QRanj-dHCK94Vw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "66b14fa5a9cd0d7142c352594c8943c2f0a80dea",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/980098/issues/?format=api"
        }
    ]
}