Manages diffs in a revision (allow creation)

GET /v1/revision/406011/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": 952196,
            "phid": "PHID-DIFF-2eeyzskstki43b5icuh6",
            "review_task_id": "cC1iUU7TRGGQdKYZgewFaw",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "8343f4d8023b607954cfa14670966e953a4e4edd",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/952196/issues/?format=api"
        }
    ]
}