Manages diffs in a revision (allow creation)

GET /v1/revision/392401/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": 941138,
            "phid": "PHID-DIFF-tjel3jyaywmelt7zahbn",
            "review_task_id": "aP1mGbqSQnCUuRBIBCSkPw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f9a5f57ff60d0613d116b1e146e3e913239362c6",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/941138/issues/?format=api"
        },
        {
            "id": 943164,
            "phid": "PHID-DIFF-4y5ovr5l6z55xs3xuh3e",
            "review_task_id": "UY9PGrKxQLWrjwLuLZBvEQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "f7822b6caf7cae90ced70413bd61651f64ba845c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/943164/issues/?format=api"
        }
    ]
}