Manages diffs in a revision (allow creation)

GET /v1/revision/393245/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 942125,
            "phid": "PHID-DIFF-24vxcrxhf5xhgwnaiui7",
            "review_task_id": "PXUCbavDSau9U5fL6Fm7IA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "62e05094a858d1f2aaf9b2686f4cd5de82ffedfc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942125/issues/?format=api"
        },
        {
            "id": 942170,
            "phid": "PHID-DIFF-3ys3pme5fsglgz3tsov5",
            "review_task_id": "GQO9cMBKTme1NSVrowYckQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "cefa26ed20bec2e23e14f38fe964514b06d4a769",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942170/issues/?format=api"
        }
    ]
}