Manages diffs in a revision (allow creation)

GET /v1/revision/397702/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": 945656,
            "phid": "PHID-DIFF-4xix32nhpomikbwpae3z",
            "review_task_id": "e3QPYLs2TQW0rhJL09YKGA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "17dce8fbd7e81f3ac5ded7ccfac59fca55ea9d57",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945656/issues/?format=api"
        },
        {
            "id": 945717,
            "phid": "PHID-DIFF-ga5rmweowvkdzjxm2srs",
            "review_task_id": "EwtkTMgxQ_OsSGhsynZMVA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "2d0d682b54c0227d095825b57e0106c59b65b4cb",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945717/issues/?format=api"
        }
    ]
}