Manages diffs in a revision (allow creation)

GET /v1/revision/406344/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": 952575,
            "phid": "PHID-DIFF-e74ggz2tptq6y3l6tnhh",
            "review_task_id": "SWuSVrkkSRyWRoKneqaZ2w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b36f289372337046cfe1353faa37e120fa9560af",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952575/issues/?format=api"
        },
        {
            "id": 952584,
            "phid": "PHID-DIFF-xqgxofb6xset25avwj2k",
            "review_task_id": "bEI3_NPZQ3maRKstuGcSTg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "31c54656771dc9adb00a6de69a2804b87f8a5b5a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952584/issues/?format=api"
        }
    ]
}