Manages diffs in a revision (allow creation)

GET /v1/revision/494379/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": 1081939,
            "phid": "PHID-DIFF-nj5gtw2wkgcmrrnyafq6",
            "review_task_id": "UKhXrmmpSP60T-q7E9DNhQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "97f1c8d67405f6b1de8bc8dbfdc756679e921690",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1081939/issues/?format=api"
        }
    ]
}