Manages diffs in a revision (allow creation)

GET /v1/revision/493910/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": 1081401,
            "phid": "PHID-DIFF-lu7j53gywgevovrvtyuy",
            "review_task_id": "MXOodUIbTA-pqLq1M9kf8g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "cec0b285c4122ecd55d7cdfd1a826c93083d3bda",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081401/issues/?format=api"
        },
        {
            "id": 1093410,
            "phid": "PHID-DIFF-ylq6gxcgvdffjh4zvbzb",
            "review_task_id": "GfdBgmwcQYaa6zALoX0E8w",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "1bb3d1052004e6f681cf1244996be32c8b9d8def",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1093410/issues/?format=api"
        },
        {
            "id": 1094437,
            "phid": "PHID-DIFF-cdswforqj7lpvcaly2wp",
            "review_task_id": "Aw8PTatBRYCY9Zk1OfBR4g",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "b7f9b5be1e0fe7626cd64dfda640b965dff0d7f8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1094437/issues/?format=api"
        }
    ]
}