Manages diffs in a revision (allow creation)

GET /v1/revision/412083/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": 956547,
            "phid": "PHID-DIFF-sb4yw4dkpkg5d7xr3ltm",
            "review_task_id": "XIsUXwRLRkewzc06JMY3gQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "e0723df4371eede71cbc3a79bd018ee4372f6151",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/956547/issues/?format=api"
        }
    ]
}