Manages diffs in a revision (allow creation)

GET /v1/revision/490247/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": 1077533,
            "phid": "PHID-DIFF-qm7m6ruhzpruahwqkyrc",
            "review_task_id": "VyqUfozfTKm-VWMI-BTwfg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6f0d0aa7d6f775d9d33acbc40f4c4124630d8f95",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1077533/issues/?format=api"
        }
    ]
}