Manages diffs in a revision (allow creation)

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