Manages diffs in a revision (allow creation)

GET /v1/revision/388163/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": 938218,
            "phid": "PHID-DIFF-skkglgz6el4gmjecnwgr",
            "review_task_id": "Hj2QSY9LRn6QJxJmC1JR9A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "78252c336f912cafec0d7ad3bd771cdc0d1addc7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/938218/issues/?format=api"
        },
        {
            "id": 947561,
            "phid": "PHID-DIFF-ywvzrmrneolszf5k4wtp",
            "review_task_id": "G_13urQMSOGaI0ogjTtIHA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e8fbe43241496efbab74de55283320b7f9b217ff",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/947561/issues/?format=api"
        }
    ]
}