Manages diffs in a revision (allow creation)

GET /v1/revision/393151/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": 941975,
            "phid": "PHID-DIFF-drmfst6h5h25aajgwnsp",
            "review_task_id": "B-3oQLPdTSm4htjxRl6DnQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "70c81cbb48f58e4cba194db78b78be520f5e92fd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941975/issues/?format=api"
        }
    ]
}