Manages diffs in a revision (allow creation)

GET /v1/revision/403233/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": 950523,
            "phid": "PHID-DIFF-v32qoitu4ezfnmlq5b2s",
            "review_task_id": "Gjwf0MBqTwqcgDpnSv-7HA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3b385daff564c32698cb46ea40daa057fccb90eb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950523/issues/?format=api"
        },
        {
            "id": 950529,
            "phid": "PHID-DIFF-wegefoag6gmaocefiw6l",
            "review_task_id": "GlwtI1AZT_Wm-HqOW5Dh0Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "11e3c49fde4a3cf772b6365414ad451739e7209b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/950529/issues/?format=api"
        }
    ]
}