Manages diffs in a revision (allow creation)

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