Manages diffs in a revision (allow creation)

GET /v1/revision/507308/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": 1101593,
            "phid": "PHID-DIFF-o34733ejrrdmxclfaxrm",
            "review_task_id": "OkiP2kpwTzi2rgiekHx2RA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "fca47d2fc19b53225b40d6edf1d940339f2d3a75",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1101593/issues/?format=api"
        },
        {
            "id": 1101657,
            "phid": "PHID-DIFF-ye5376r7zsftx5pldh2c",
            "review_task_id": "eIw80ObrSVGLbdy6UNxQsg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "ba1437682882834ab5b958a5acd959a7524af3cb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1101657/issues/?format=api"
        }
    ]
}