Manages diffs in a revision (allow creation)

GET /v1/revision/406866/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": 952825,
            "phid": "PHID-DIFF-mpo4gejv7av34ff2pcct",
            "review_task_id": "dKQZMNBBRAuM3bktONQ7Ag",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "124ebb99cf8c75b03da389575a42dda029f84781",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952825/issues/?format=api"
        },
        {
            "id": 952994,
            "phid": "PHID-DIFF-a4uiauozyc7y26x673oh",
            "review_task_id": "KEXtbootRTG36UmV3CzQoQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "d0f2e8f49fb8427f7f24ce288562223a40f0a1cf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952994/issues/?format=api"
        }
    ]
}