Manages diffs in a revision (allow creation)

GET /v1/revision/495915/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": 1086572,
            "phid": "PHID-DIFF-pqe7oxx6gr42vvs7zltx",
            "review_task_id": "PT9N5ItiTu-dCNu8IGP8AA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "26747dd51c3ecea6e7ae4056e5269d2eda395896",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1086572/issues/?format=api"
        },
        {
            "id": 1087450,
            "phid": "PHID-DIFF-nzsaheawey4lbgkxq6pi",
            "review_task_id": "VRvtdsNKRnydq3GoUvu7LA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6913285eb94bb596092cbe082fc4f9602e5b6e81",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087450/issues/?format=api"
        }
    ]
}