Manages diffs in a revision (allow creation)

GET /v1/revision/492744/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": 1080037,
            "phid": "PHID-DIFF-uvhthdczuxcf6otpcjao",
            "review_task_id": "Gv9sWhOsTqWYpCq9qfp2zg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "170d7f5163508230a77564999e83d542e9f01436",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080037/issues/?format=api"
        },
        {
            "id": 1080073,
            "phid": "PHID-DIFF-zkqmin6z7hjhcw4h2lvg",
            "review_task_id": "ePum6E1bQP2oWswt_xNQZg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a8ae0ba9af0156e71588f15d4c4c91607fc5945b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1080073/issues/?format=api"
        }
    ]
}