Manages diffs in a revision (allow creation)

GET /v1/revision/505302/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": 1099710,
            "phid": "PHID-DIFF-ia34g2wo2iyhxit7q7ww",
            "review_task_id": "fTeN8x7OREiH3mJhL3NxBg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "9c1f61a3040ae0d3c3667eb0cbccfb67e94e6716",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1099710/issues/?format=api"
        },
        {
            "id": 1099711,
            "phid": "PHID-DIFF-6mdldeqhholu4sdthwhe",
            "review_task_id": "AYzrpCjkSnG8eeIvw_dCbw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "00a4ac8017499a8c4e2e712f59105ea842b8b56e",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1099711/issues/?format=api"
        }
    ]
}