Manages diffs in a revision (allow creation)

GET /v1/revision/409253/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": 953801,
            "phid": "PHID-DIFF-iyynipwoam3uuhgjl6rf",
            "review_task_id": "b2lKYN-wRsS7t6QGLQctdQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c05c879c388749624dce9d3412c8bfd6ac292aa9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953801/issues/?format=api"
        },
        {
            "id": 954009,
            "phid": "PHID-DIFF-4l4gldtx3aqevixcpkvt",
            "review_task_id": "SU7Z7ks6SaiDyTsfNvOojg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e6549b43cf3bbafdae5e57706524815c65024919",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954009/issues/?format=api"
        }
    ]
}