{ "operation": "PUT /previews/{preview_id}", "operationId": "updatePreview", "summary": "Update an Existing Preview", "request": { "method": "PUT", "url": "https://bump.sh/api/v1/previews/preview-abc123", "headers": { "Content-Type": "application/json", "Accept": "application/json" }, "body": { "definition": "{\"openapi\":\"3.1.0\",\"info\":{\"title\":\"My API\",\"version\":\"2.0.1\"},\"paths\":{}}" } }, "response": { "status": 200, "body": { "id": "preview-abc123", "public_url": "https://bump.sh/preview/preview-abc123", "expires_at": "2026-05-23T11:15:00Z" } } }