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": "Workflow name",
"workflow_id": "DFg5"
}