Manages diffs in a revision (allow creation)

GET /v1/revision/397180/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": 945421,
            "phid": "PHID-DIFF-n7udrd2thvqx67vf6a4q",
            "review_task_id": "GtSuCFYhRfOQdaBeqxB9BA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b130eebedb8f262a72549dd8d406218ce20eb348",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945421/issues/?format=api"
        },
        {
            "id": 951158,
            "phid": "PHID-DIFF-vqmhvtcu5n36kyp2f6sr",
            "review_task_id": "RhVrC21MTQa5dUyhZhGceQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "b79c4d0a4d6a5e057bb4ee7153a8bc74ca26f59a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/951158/issues/?format=api"
        }
    ]
}