Manages diffs in a revision (allow creation)

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