Manages diffs in a revision (allow creation)

GET /v1/revision/475841/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": 1039642,
            "phid": "PHID-DIFF-ftd3oweooi5qgqazhdip",
            "review_task_id": "WGGqRD8rS1OHwU9xpqje_g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2a9c8b8c883afd727004678652e21103b84d54c0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039642/issues/?format=api"
        },
        {
            "id": 1041848,
            "phid": "PHID-DIFF-vohzdjuedxtdepnw5nif",
            "review_task_id": "VTDj6GkAQLy_EW5QlMxIlA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3a4e02b7e5fa50b8df5f5514563b7ee9a06f01ec",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1041848/issues/?format=api"
        }
    ]
}