Manages diffs in a revision (allow creation)

GET /v1/revision/417291/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": 960862,
            "phid": "PHID-DIFF-lz2vfdu2qesk2x6xxxxa",
            "review_task_id": "aOS6S7WITYyLARpnmzoQEQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "564d0f9f5ab44f14685dda6830b43ce8fd5fd8bc",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/960862/issues/?format=api"
        }
    ]
}