Manages diffs in a revision (allow creation)

GET /v1/revision/492753/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": 1080072,
            "phid": "PHID-DIFF-yxlocgun75mn5qlzmrjb",
            "review_task_id": "LnGmZb3HQzi6rg7jV3a7vg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "5fc920da3fd8e228acd3aa9f467db212ec818459",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080072/issues/?format=api"
        },
        {
            "id": 1080267,
            "phid": "PHID-DIFF-irf4n2ns5ndh7yhl4vsf",
            "review_task_id": "MIOHRkD-QaKaet4tjWIVhw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b4058c5381a41cd844ec41278b5b925dabfcb684",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080267/issues/?format=api"
        }
    ]
}