Manages diffs in a revision (allow creation)

GET /v1/revision/496866/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": 1087902,
            "phid": "PHID-DIFF-oecajrho4cgtswidvle6",
            "review_task_id": "CpN0P4c1SQGB9IGmDa-oVw",
            "repository": "https://hg.mozilla.org/try-comm-central",
            "mercurial_hash": "fbcf99b303a5abe88bb24e05d4206dc7c34ecb89",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1087902/issues/?format=api"
        }
    ]
}