Manages diffs in a revision (allow creation)

GET /v1/revision/518539/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": 1110397,
            "phid": "PHID-DIFF-bybxrglebg5fpvl6335k",
            "review_task_id": "ZFCqnyPFR1y7AvUr5c455w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b3c6a58f066ef335482a8b474c87a4d56756e1e3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110397/issues/?format=api"
        },
        {
            "id": 1110544,
            "phid": "PHID-DIFF-xdfhwj3p2uzcdjdhgihw",
            "review_task_id": "ULrPALIXQ8qUsw5BcxVfug",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d1f33fbc06b9f83fc64c2d8d4b2d18c2c202f2f3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1110544/issues/?format=api"
        }
    ]
}