Manages diffs in a revision (allow creation)

GET /v1/revision/517097/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1109486,
            "phid": "PHID-DIFF-pghv7qb4jctuygevdhu4",
            "review_task_id": "LJv3D_SPRYGcFu7JjglkUw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "5d799fc97c6f1f7a26bf70d3220c7d6e05693dc0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1109486/issues/?format=api"
        },
        {
            "id": 1115257,
            "phid": "PHID-DIFF-ij6zuerifs52xfe36427",
            "review_task_id": "LLulU0xfSI-0GmaFqLobCA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "d74222a8e5892057affabe53cadf2ffcd5926893",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1115257/issues/?format=api"
        },
        {
            "id": 1117204,
            "phid": "PHID-DIFF-s4bwm7kl47vf7avwpca3",
            "review_task_id": "dRmDbNqcRySAfIibi1nGbg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "5ce8368d5854b2cb84cba3eca6677f2b78b23b1d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1117204/issues/?format=api"
        }
    ]
}