Manages diffs in a revision (allow creation)

GET /v1/revision/506121/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": 1100429,
            "phid": "PHID-DIFF-35eohi3mgulpnw2izmgr",
            "review_task_id": "clTYvwuaRKSYjqEZ96OIhA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "56e63bd6eb1e1ab29e55d556e26198e249161fcb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1100429/issues/?format=api"
        },
        {
            "id": 1109165,
            "phid": "PHID-DIFF-wmfj5ygfeld7w2nptiqy",
            "review_task_id": "bnE9HzrJQO-QD98KbO-9ig",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fd91333b27360c6156d1f0cf5ca60aa93b6b504d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109165/issues/?format=api"
        }
    ]
}