Manages diffs in a revision (allow creation)

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