Manages diffs in a revision (allow creation)

GET /v1/revision/409436/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": 954180,
            "phid": "PHID-DIFF-pshqu4uc6jseuv3x6dr4",
            "review_task_id": "FqGb8xwiTUS0g4dv_5w2kw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d2586f85eb99e18b3410d5d26d66da002090a014",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954180/issues/?format=api"
        },
        {
            "id": 954713,
            "phid": "PHID-DIFF-eaykdys54vr4znxxgt4g",
            "review_task_id": "GoVmspbbSLOYZa_4EZ5GKQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b9a2a305a16d043d8057607f9930551864c0861d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954713/issues/?format=api"
        }
    ]
}