Manages diffs in a revision (allow creation)

GET /v1/revision/482599/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": 1066234,
            "phid": "PHID-DIFF-7hnkb6ekmxfl6x24xzly",
            "review_task_id": "eG5n5qxbQ4WksRMCA0Rz6A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9f62eef819a3a28f21241d9d8aee3d4c8cced56e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066234/issues/?format=api"
        },
        {
            "id": 1066858,
            "phid": "PHID-DIFF-cgc3he3cqpyzapiuu22b",
            "review_task_id": "P3Q38EDKQfS6GYei7Gvo2g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e9fd7e6a4597e31980110d814d71f13a3ed8b8cf",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1066858/issues/?format=api"
        }
    ]
}