Manages diffs in a revision (allow creation)

GET /v1/revision/520170/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": 1111193,
            "phid": "PHID-DIFF-erzdsumcm2syd7d6z2pv",
            "review_task_id": "e0vcNq-GSZetWtkEB46KGg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "a49600e4a720307223aa8407cc454249d49849e2",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/1111193/issues/?format=api"
        }
    ]
}