Manages diffs in a revision (allow creation)

GET /v1/revision/476735/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": 1049044,
            "phid": "PHID-DIFF-e4gho3e55pq273mmc4tg",
            "review_task_id": "EFq3RQiWRTqGFVtz4RSmLA",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "6c55760d0e5b9ace504525557cc54dc68baccbf4",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1049044/issues/?format=api"
        }
    ]
}