Manages diffs in a revision (allow creation)

GET /v1/revision/399247/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": 946428,
            "phid": "PHID-DIFF-jursudwtizjbhthpgu4o",
            "review_task_id": "aMG3owGuSF6pTrck2UlzWA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "bf1400c932a167921a736f0d5ec9601ffab35c06",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/946428/issues/?format=api"
        }
    ]
}