Manages diffs in a revision (allow creation)

GET /v1/revision/478564/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": 1058448,
            "phid": "PHID-DIFF-gkvd7fdgeyaroabraph6",
            "review_task_id": "TbHGuWxhTeaSokGbP87EQA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "33f8742e0fa82a2d75d88700784c70acf89bee6a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058448/issues/?format=api"
        },
        {
            "id": 1058647,
            "phid": "PHID-DIFF-7wtel3jxeuntwlwjjgzc",
            "review_task_id": "eHhQGWaySAamjT1nQDGT6A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9f2e639b3ec5a23afb1516836e3fc93b47d9ec3f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1058647/issues/?format=api"
        }
    ]
}