Manages diffs in a revision (allow creation)

GET /v1/revision/485931/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": 1073425,
            "phid": "PHID-DIFF-n3nnze6m4h3ajccq4y7b",
            "review_task_id": "epPdlqT0QseJeNCK7u1FgQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6b6bcca19ad67f53bb653e65c486946f0e7ee093",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1073425/issues/?format=api"
        }
    ]
}