Manages diffs in a revision (allow creation)

GET /v1/revision/475909/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": 1040189,
            "phid": "PHID-DIFF-4dqbuc55jhvdnp2c2qse",
            "review_task_id": "KiihEgOEQVCegfyKYhA8ag",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ba0c4d7e95985fee76d7c80883067ab3b97932d0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040189/issues/?format=api"
        },
        {
            "id": 1040252,
            "phid": "PHID-DIFF-drvusvk3ydyq52xqld62",
            "review_task_id": "aHsPekriTPm3oDeMv6WMuA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9aa17d0cfb79b0b37d2d79929267a7b03935e854",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1040252/issues/?format=api"
        }
    ]
}