Manages diffs in a revision (allow creation)

GET /v1/revision/385514/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": 936135,
            "phid": "PHID-DIFF-vbslnfqdexygzjqw2d2b",
            "review_task_id": "ApgR3mVjR-CF3eBjOpFQog",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a3bf12b7a5fb9f5f443ace65eab58d7bb68de649",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/936135/issues/?format=api"
        }
    ]
}