Manages diffs in a revision (allow creation)

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