Manages diffs in a revision (allow creation)

GET /v1/revision/395302/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": 943761,
            "phid": "PHID-DIFF-kojtnn2yuuzz3rch5inl",
            "review_task_id": "CnExdjy1QeetGp_sT2lY2w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "93c8f60aff223a83e71f4905ead351797abc994a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943761/issues/?format=api"
        },
        {
            "id": 946095,
            "phid": "PHID-DIFF-ozgcvabeygwfungkn5ak",
            "review_task_id": "QdRQ5tIPQAOd76wSs4Na7A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "18af7407e1d61c1945ec37c6f7b2d4a5bcbb853b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946095/issues/?format=api"
        }
    ]
}