Manages diffs in a revision (allow creation)

GET /v1/revision/474192/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": 1028296,
            "phid": "PHID-DIFF-jwyiijwfmlg3l6ddpfv7",
            "review_task_id": "AykPcPdSQFKpd1RGmgPHyQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9a3068eb0544aa8700b523a2999711dc2dd1bf6d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1028296/issues/?format=api"
        },
        {
            "id": 1028303,
            "phid": "PHID-DIFF-ousjmbkkgnxlu4p324qf",
            "review_task_id": "bw2XMEAkT8aCQTREzRZsQQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a7f5ee6ee444e96d5db1759582114f830d2d5325",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1028303/issues/?format=api"
        },
        {
            "id": 1051692,
            "phid": "PHID-DIFF-qtico7nquroydsndbbjg",
            "review_task_id": "ChtoyozmRqWYiT-ZqAfBVQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b024d354945fc9a0bf49e5f46b6a5ad5554856f5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1051692/issues/?format=api"
        }
    ]
}