Manages diffs in a revision (allow creation)

GET /v1/revision/397069/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": 945317,
            "phid": "PHID-DIFF-7hmqqk7h24uyz7tqnxuh",
            "review_task_id": "Ldfy5acZRweGFw88Lgph9A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "99a23fb78043ba860e0011d95063f66447164676",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945317/issues/?format=api"
        }
    ]
}