Manages diffs in a revision (allow creation)

GET /v1/revision/474096/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": 1027794,
            "phid": "PHID-DIFF-2ki5plny4mkfpsjdmszb",
            "review_task_id": "GywjZVG1SjC0FX57LgkWww",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "aef29d33bc538c3be9f39df6e9610fca9b95ebdc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1027794/issues/?format=api"
        },
        {
            "id": 1028710,
            "phid": "PHID-DIFF-34jfmglk6x2wtndo7bcb",
            "review_task_id": "P7MPfjhvTqSrs12Pm5D9og",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ce7babd0bb7ff2482c4c2ea46a6e3c44e271ce21",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1028710/issues/?format=api"
        }
    ]
}