Manages diffs in a revision (allow creation)

GET /v1/revision/476398/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1046948,
            "phid": "PHID-DIFF-jhdwze3gbqxs3n4abegr",
            "review_task_id": "OoD0XR2ZS96VYGxpLjrUgw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1cdbf8a2b035e897fc825d323993d8a6405dd0a6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1046948/issues/?format=api"
        },
        {
            "id": 1048128,
            "phid": "PHID-DIFF-guvezxrutqqcpy7hm4zh",
            "review_task_id": "UZ_lzeU1Qp2sTO6JrIwZ-g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d1aed070e73229051d158bb1fad2e5d1dcec3153",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1048128/issues/?format=api"
        },
        {
            "id": 1049077,
            "phid": "PHID-DIFF-3uvyq7yf3s4rahhjq6bu",
            "review_task_id": "QtBuxFMTQJmjChXcEM5Jxw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d48fa566a4d9a58706a1bfa5d295624bd945b9a2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1049077/issues/?format=api"
        }
    ]
}