Manages diffs in a revision (allow creation)

GET /v1/revision/396521/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": 945054,
            "phid": "PHID-DIFF-e2qpge3ene66hoyyzq6a",
            "review_task_id": "c7rYyw8MTUm42s7xARe0TQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "6154a06bbe4db1784362bf5054c14846006c0c99",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/945054/issues/?format=api"
        }
    ]
}