Manages diffs in a revision (allow creation)

GET /v1/revision/410057/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": 954698,
            "phid": "PHID-DIFF-wtfkxh6pguizta2pic5h",
            "review_task_id": "P7QbP8eHQb2gOwV1iayVLg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "87a1fa596292c045fc6205033406ecf86052191c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954698/issues/?format=api"
        },
        {
            "id": 954705,
            "phid": "PHID-DIFF-32jx33ea73bwhass35qc",
            "review_task_id": "fgP8QG3GT7m3kJLskWyiUw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "da005907dd19f08eb0c6d82f9a964be9d626c9c2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/954705/issues/?format=api"
        }
    ]
}