Manages diffs in a revision (allow creation)

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1099877,
            "phid": "PHID-DIFF-3pgehea3q2zbl4m57r2l",
            "review_task_id": "ZRBeWuFDTraVYByBWZkMCA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "701cdc0ef6cd7078a18bbc1452bb2b9b7844873b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1099877/issues/?format=api"
        }
    ]
}