Manages diffs in a revision (allow creation)

GET /v1/revision/393265/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": 942114,
            "phid": "PHID-DIFF-5xiucqy4eqrbdmllocyn",
            "review_task_id": "ZIckzjmbS1yjbSharSTOsw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "31885ea0df1767b8855febe505e7bbdb6702e82d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942114/issues/?format=api"
        },
        {
            "id": 942233,
            "phid": "PHID-DIFF-e2zihu4fvxhvhcq7dhgr",
            "review_task_id": "JClC3UqqQVms6a9g_hXeeg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "83ceba9d85f8abc7b943e6b6fda0336882d9b0f4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942233/issues/?format=api"
        }
    ]
}