Manages diffs in a revision (allow creation)

GET /v1/revision/520919/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": 1111716,
            "phid": "PHID-DIFF-dtgeh72okf3slkmjeoem",
            "review_task_id": "Oo3HNiH9R3u0A2c0-ZPERg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c6025f51c37f7d8e5812cfbee7d140ded1150f0b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111716/issues/?format=api"
        },
        {
            "id": 1112996,
            "phid": "PHID-DIFF-mwlcxyxmn26twrnie3ab",
            "review_task_id": "BMEKiEVMRV-t3MIgZPWN-Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b1e83814e26505a51d7030d335a5fd5dd9ef37cd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112996/issues/?format=api"
        }
    ]
}