Manages diffs in a revision (allow creation)

GET /v1/revision/497301/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": 1088241,
            "phid": "PHID-DIFF-n6zy345n5b2ek7k5l4gh",
            "review_task_id": "VapEGOWUTf-r_j7ZpvwzIQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ce09280babb4f58051b74f3f0987775afee8f735",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088241/issues/?format=api"
        },
        {
            "id": 1088357,
            "phid": "PHID-DIFF-7jr5fpy454oo65etdzhz",
            "review_task_id": "auWMPrebQNOA9Pqza3Oa2Q",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "65531d18b24725f9487c15e914fc9067596cbceb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1088357/issues/?format=api"
        }
    ]
}