Manages diffs in a revision (allow creation)

GET /v1/revision/393425/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": 942218,
            "phid": "PHID-DIFF-343mmnxyd52tbnmtbgl2",
            "review_task_id": "AoL-QznSTqOCCM_WPOC0LQ",
            "repository": "https://hg.mozilla.org/try",
            "mercurial_hash": "5357079ed24b80f68316e71a88d86ba82418b60b",
            "issues_url": "https://api.code-review.moz.tools/v1/diff/942218/issues/?format=api"
        }
    ]
}