RenameWorkflowRequest¶
Source definition: src/bitdrift/public/unary/workflows/v1/workflow.proto#L979-L985
| Field | Type | Description |
|---|---|---|
| workflow_id | string up to 100 chars |
The ID of the workflow to rename. |
| name | string up to 255 chars |
The new human-readable workflow name. |
Example¶
JSON
{
"name": "Workflow name",
"workflow_id": "DFg5"
}