Manages diffs in a revision (allow creation)

GET /v1/revision/512420/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": 1105581,
            "phid": "PHID-DIFF-5tjy6345k5xmwxge6wun",
            "review_task_id": "Ysk3WfpoTeaJg_r-5BwC8A",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "0d4ca5927c956ca8c71c502e7d4aac7c3d3425c0",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105581/issues/?format=api"
        },
        {
            "id": 1105595,
            "phid": "PHID-DIFF-a6geqxyml5g66lcqb7z2",
            "review_task_id": "LVHbr1vHQkKGcmChJj90jw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "11d8c18fafd4ecdf74d5437bbeaa796850a0b09c",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1105595/issues/?format=api"
        }
    ]
}