Manages diffs in a revision (allow creation)

GET /v1/revision/477502/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": 1053137,
            "phid": "PHID-DIFF-eyfchnqxxwvlw5qumngz",
            "review_task_id": "Ad7eS0XWT1axBY2BUKcfUA",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "4fb911fbebcd28cd815f99ec3b330d940f5fce07",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1053137/issues/?format=api"
        }
    ]
}