Manages diffs in a revision (allow creation)

GET /v1/revision/475815/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": 1039433,
            "phid": "PHID-DIFF-dimnccfwdrjawoxfw7vk",
            "review_task_id": "EKG3Vep1R9KGGrMQIrvWKg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "044a5c79a9f2838954278a6ed11a3de4e5c0002e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1039433/issues/?format=api"
        }
    ]
}