Manages diffs in a revision (allow creation)

GET /v1/revision/491683/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": 1079066,
            "phid": "PHID-DIFF-n452ppuyr6p2q3y2bwmh",
            "review_task_id": "Xwet0OiqQYek0X5kJMdnVQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "03f5930fbe2b8f752410014483fff03b026bbc4f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079066/issues/?format=api"
        },
        {
            "id": 1079068,
            "phid": "PHID-DIFF-wa7lggxu447dx5fe5b64",
            "review_task_id": "BQj8rwk-SSCv43uHQVdaAQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "56613ca70d0461c2b1bdc659e5dbee1ca3d0fa88",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1079068/issues/?format=api"
        }
    ]
}