Manages diffs in a revision (allow creation)

GET /v1/revision/403552/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": 950733,
            "phid": "PHID-DIFF-qtewht52xrsod5u2gaf6",
            "review_task_id": "VgfU6xE5SZCRRQAi5Zjszw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f537056e0d456c9f60ff592caea43ed33bcb7c8d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950733/issues/?format=api"
        },
        {
            "id": 953166,
            "phid": "PHID-DIFF-pkuk6d3vma6jpx2hdoam",
            "review_task_id": "PnkO6b-wSo-Dx83bwB2wSA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "27c7aff990a8db5f3df6b3ee74ec33b05b9f38ab",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953166/issues/?format=api"
        }
    ]
}