Manages diffs in a revision (allow creation)

GET /v1/revision/489961/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": 1077279,
            "phid": "PHID-DIFF-plkjcg3r6yov4gwcqls6",
            "review_task_id": "U4CvPi65T3O75RAS7CV22Q",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "a3d692c961e48500ef0d1db9280b4af14355bf67",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077279/issues/?format=api"
        },
        {
            "id": 1081701,
            "phid": "PHID-DIFF-i6ibh2pe6pu2hegyvh2u",
            "review_task_id": "XQiiWcr5S-m8xgYFZqyo9w",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "eadfab469946e8d48a91dcb79e2f6a565ac34541",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081701/issues/?format=api"
        }
    ]
}