Manages diffs in a revision (allow creation)

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 955930,
            "phid": "PHID-DIFF-xfmb3vqy7772q3mgexjz",
            "review_task_id": "F1DqYD11QVK3HStwgBEnvg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4a08144bbe9a14b3e023a01cd8ae5f78a8d79bb3",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955930/issues/?format=api"
        },
        {
            "id": 955991,
            "phid": "PHID-DIFF-pbmklpb2jqt5cqvvmub3",
            "review_task_id": "BuPr3pjGQg6IF4LGvDta0A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "97d9908b68370c63bd5aaafd2a4ba6fa80782d6f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955991/issues/?format=api"
        },
        {
            "id": 967175,
            "phid": "PHID-DIFF-ulrvdx4iivxxltmkdzs2",
            "review_task_id": "N5UOiXSDTkODEiEBj9jbNw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9b217b4f80f71d915130f0590bab92d15bfbfcf7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/967175/issues/?format=api"
        },
        {
            "id": 967188,
            "phid": "PHID-DIFF-nfd5mped4txqsbc4pjmy",
            "review_task_id": "PQYCHHGzQLSObdgMuNXe7A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6b6f5f7ff0852fa503791761c02b4de918996be0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/967188/issues/?format=api"
        }
    ]
}