Rename a flow
PUT/api/fluid-fit/flow/:flowId/rename
Updates the name of an existing flow while preserving all other flow properties and configurations. Only the flow owner can rename their flows.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Flow renamed successfully
Bad request - Invalid input parameters or name already exists
Unauthorized - Invalid or missing authentication token
Forbidden - User does not have permission to rename this flow
Flow not found