Manages diffs in a revision (allow creation)

GET /v1/revision/477019/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 1050559,
            "phid": "PHID-DIFF-pn2xsnbytpnzedj53k3f",
            "review_task_id": "GGt61NsxQmaIuGA6sSNPqQ",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "6a03a66fdc770f5ebfea6390e9df6a3d92b7d53a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1050559/issues/?format=api"
        }
    ]
}