Manages diffs in a revision (allow creation)

GET /v1/revision/408840/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": 953641,
            "phid": "PHID-DIFF-xwp5gmjij4hkz3abiej7",
            "review_task_id": "eTWZtODuQQSsfWqtrjw1Sg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "3740bfe49d8a8a101b0ee338f19d506e043a446e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953641/issues/?format=api"
        }
    ]
}