Manages diffs in a revision (allow creation)

GET /v1/revision/477819/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": 1054854,
            "phid": "PHID-DIFF-2o3boxeqqqqa4q6vquxk",
            "review_task_id": "cG6KELNoS6SNche6XlOu1g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1686968f2a7ec767ebb5ec858710d8891f3ab2e9",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054854/issues/?format=api"
        },
        {
            "id": 1054943,
            "phid": "PHID-DIFF-xponbs7n3j26ox655xlh",
            "review_task_id": "cs88P9_pRNO5AmgbkqaZGg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5db0d372e94d43aed5296c4515ef9da7e76a3613",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1054943/issues/?format=api"
        }
    ]
}