Manages diffs in a revision (allow creation)

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 953290,
            "phid": "PHID-DIFF-mejosyohov4ug6b2arjs",
            "review_task_id": "FXPTUrvDRKeLQGubfDV4og",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8ff01e7e747ade7ca0f49844d627a232a8eeed71",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953290/issues/?format=api"
        },
        {
            "id": 955696,
            "phid": "PHID-DIFF-oijtwzxyipwekteonhbv",
            "review_task_id": "b0yBevQjSdOHEzM7cFg8zw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "df49f8acd70c046e262b73373b1db74dd134f6b2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/955696/issues/?format=api"
        },
        {
            "id": 956293,
            "phid": "PHID-DIFF-pmntjyredr5teccjyvx4",
            "review_task_id": "e6fGOOusQCuhZ6SO3hseaA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0cf37687da15d9858580395493f138236dd14982",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956293/issues/?format=api"
        }
    ]
}