Manages diffs in a revision (allow creation)

GET /v1/revision/391870/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": 940695,
            "phid": "PHID-DIFF-6jszgj5bvgbpucrzmbdv",
            "review_task_id": "Yezw10-IRP6Zzb06KVXUig",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ffcfd59b7aca57285e3e45c88fe2b67073f75268",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940695/issues/?format=api"
        },
        {
            "id": 941888,
            "phid": "PHID-DIFF-64opuv6pp6rxg6444pca",
            "review_task_id": "TSLGjxTuTeSQXdaDogdIwA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "efcec732cc3d5375d5bdbacc493b2c36df14c02e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941888/issues/?format=api"
        }
    ]
}