Manages diffs in a revision (allow creation)

GET /v1/revision/520321/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": 1111242,
            "phid": "PHID-DIFF-xwk7lglxe2gz6ypk2rz5",
            "review_task_id": "Nl55hWOYRuWx5JNvpSp4BQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "35f5f079c4fbb6a0637baad0aa97cac555451e36",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111242/issues/?format=api"
        },
        {
            "id": 1112158,
            "phid": "PHID-DIFF-lcqls22rortov3aioh3e",
            "review_task_id": "EgGdHNbuQPC7WiyhRlqBzA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0c9ff40f342a69096f5ef941a70586cb3b7772eb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1112158/issues/?format=api"
        }
    ]
}