Manages diffs in a revision (allow creation)

GET /v1/revision/408549/diffs/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 953417,
            "phid": "PHID-DIFF-7umwgcc7m5wnugpj273e",
            "review_task_id": "UgXgTZVlQHS5-vOg7TRmxg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5da6c4fc4b9d62023a18df63a5231a38096d774a",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953417/issues/?format=api"
        },
        {
            "id": 953420,
            "phid": "PHID-DIFF-e4bi6cvgy2irz354xtf5",
            "review_task_id": "Ufcw3KDJQsawYlWWGXgHNg",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "237911c416aefc9f21b768c23ef2fde2a77950ef",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/953420/issues/?format=api"
        }
    ]
}