Manages diffs in a revision (allow creation)

GET /v1/revision/474948/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": 1032813,
            "phid": "PHID-DIFF-l7i3e2jncs7lbkzd7gg2",
            "review_task_id": "IutCZVfZS2GAM2ipNDcJvQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c71acf7cc11a51fb3b4a7f8f28abee3af5fb6ba7",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1032813/issues/?format=api"
        },
        {
            "id": 1038940,
            "phid": "PHID-DIFF-bprzxxnbrklxntek6rhe",
            "review_task_id": "asDU1APJSOa-voMoSnohhA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d14a29c0ae8713d75ac615152e30fe21fae58b3f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1038940/issues/?format=api"
        }
    ]
}