Manages diffs in a revision (allow creation)

GET /v1/revision/412160/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": 956615,
            "phid": "PHID-DIFF-vgazm7b464n3rwim5gho",
            "review_task_id": "B50ck4ffSBS-N7roKGNEgA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "c6234b7cbceb15778a1bfb3790dfa70014883d7d",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956615/issues/?format=api"
        },
        {
            "id": 981797,
            "phid": "PHID-DIFF-2aixlinqkqp5x5cxwtax",
            "review_task_id": "U5NsppuHQeyJPCISzj0AZQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "16318fd3082351185b826c3516216d27843f0887",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/981797/issues/?format=api"
        }
    ]
}