Summary
Reanme Workflow
Description
Rename a Workflow in the database
Route
POST /workflow_builder/workflows/rename
Roles
admin
engineering
support
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| workflow | object | yes | - |
| newName | string | yes | - |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| data | object | The renamed Workflow with its data and ID. |