Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/simstudioai/sim
/ route.ts
File
route.ts
apps/sim/app/api/v1/admin/workspaces/[id]/import/route.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/**
2
* POST /api/v1/admin/workspaces/[id]/
import
3
*
4
* Import workflows into a workspace from a ZIP file or JSON.
Callers
nothing calls this directly
Calls
15
createLogger
Function · 0.90
withRouteHandler
Function · 0.90
withAdminAuthParams
Function · 0.90
parseRequest
Function · 0.90
getWorkspaceWithOwner
Function · 0.90
notFoundResponse
Function · 0.90
parseJsonBody
Function · 0.90
badRequestResponse
Function · 0.90
extractWorkflowsFromZip
Function · 0.90
generateId
Function · 0.90
internalErrorResponse
Function · 0.90
importSingleWorkflow
Function · 0.85
Tested by
no test coverage detected