Copy a flow
POST/api/fluid-fit/flow/:flowId/copy
Creates a complete copy of an existing flow including all nodes, connections, settings, and configurations. The copied flow will be owned by the authenticated user.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Flow copied successfully
Bad request - Invalid input parameters or name already exists
Unauthorized - Invalid or missing authentication token
Forbidden - User does not have permission to copy this flow
Source flow not found