Manages diffs in a revision (allow creation)

GET /v1/revision/391321/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": 940126,
            "phid": "PHID-DIFF-jweqdkg7ynzcgbbyvpnj",
            "review_task_id": "MU-qfESxQ5WSs4Fm7tuU9w",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "1a83dce4de6e5a91a28f5be013f3143a271f81d8",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/940126/issues/?format=api"
        }
    ]
}