Manages diffs in a revision (allow creation)

GET /v1/revision/478074/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": 1056375,
            "phid": "PHID-DIFF-2y63rj5wtoyvw3ve44he",
            "review_task_id": "L8ZHsDDPTbGjAxUeEiH3Ww",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "8908e21401dea7ede598bed8d7b70df6808b842c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056375/issues/?format=api"
        },
        {
            "id": 1056423,
            "phid": "PHID-DIFF-e2nnbqr5da2tmg64euf2",
            "review_task_id": "bpB3jcBtSWmBUsqbT3DTqg",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "c616eb0549f9c5ed16cb8217120f9fff049c7c75",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1056423/issues/?format=api"
        },
        {
            "id": 1057300,
            "phid": "PHID-DIFF-uwxivvwpgmu2nrs6ydx3",
            "review_task_id": "IQrgykCQRUixWEq1dLboLA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "30b31bdfd02af53599b6f2bd47bcbd6294a54d7f",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1057300/issues/?format=api"
        }
    ]
}