Skip to content
View as Markdown

RenameWorkflowRequest

Field Type Description
workflow_id string The ID of the workflow to rename.
name string The new human-readable workflow name.

Example

JSON
{
  "name": "My Workflow",
  "workflow_id": "wrkf_abc123"
}