Manages diffs in a revision (allow creation)

GET /v1/revision/515781/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": 1108345,
            "phid": "PHID-DIFF-gps3hetbcudzliviy3hf",
            "review_task_id": "G_ehLaSPTgyfKIfatxWCtQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "550ca6148f65dd7c203f3a64b03195e2b904e7e9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108345/issues/?format=api"
        },
        {
            "id": 1108347,
            "phid": "PHID-DIFF-xgcdgnnd62kcn3rbyluw",
            "review_task_id": "FrctSPpJRICe083T75KR0g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "250b14c87178cdce3715ab7b72bfd00d913f48a0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1108347/issues/?format=api"
        }
    ]
}