Manages diffs in a revision (allow creation)

GET /v1/revision/416463/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": 960595,
            "phid": "PHID-DIFF-5vfvgenhgqdpsw53stjf",
            "review_task_id": "GHjQGZItQhKlXI4q1wyfTg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "dc6e421686804f2017b5c7a9216058e7214f7250",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960595/issues/?format=api"
        },
        {
            "id": 961051,
            "phid": "PHID-DIFF-f2rm3hexu2og2avqxm4b",
            "review_task_id": "IylxS0xtQxOYdSpnmUU91g",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e75441245b0b1a209f00206d35f7afd1e6082a05",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/961051/issues/?format=api"
        }
    ]
}