Manages diffs in a revision (allow creation)

GET /v1/revision/416044/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": 960384,
            "phid": "PHID-DIFF-prijmnsgbwiqptbeir5j",
            "review_task_id": "Mc9TJklCSLqNeCssViDEOw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6fb7917b9b736622cc1f234b15cde2e15a9470a9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960384/issues/?format=api"
        },
        {
            "id": 961015,
            "phid": "PHID-DIFF-mca4o7b5vb5qtkagl4tp",
            "review_task_id": "YtaSOaO-TUK7xOt3CbLgWg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "47a2fd4e63e8dad53b1ca712499fa9425bf4dfd5",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/961015/issues/?format=api"
        }
    ]
}