Manages diffs in a revision (allow creation)

GET /v1/revision/516950/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": 1109342,
            "phid": "PHID-DIFF-wkilywfsoxrlvxrzjrhu",
            "review_task_id": "LL7ypU62TYCw4sB1B0bZeA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "93df89f333c81de8e79fd941908706e6378bd379",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109342/issues/?format=api"
        },
        {
            "id": 1112867,
            "phid": "PHID-DIFF-gg4rvhtxm4b5moemb73d",
            "review_task_id": "Ij0OGOOVQ7y5TYRxUD7QxQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d23b97febf52696b8d00d58ecf5f8756d5678d0a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112867/issues/?format=api"
        }
    ]
}