Skip to main content
PATCH

Overview

Updates a workflow’s name, description, steps, visibility, or tags. Only the workflow owner can update it. Auth: Accepts either JWT or API key (danube-api-key header).

Path Parameters

string
required
The UUID of the workflow to update

Body Parameters

string
New workflow name (max 128 characters)
string
New workflow description
array
Updated list of workflow steps
string
"private" or "public"
array
Updated tags for discovery

Response

string
Workflow UUID
string
Updated workflow name
string
Updated workflow description
array
Updated workflow steps
string
"private" or "public"
array
Updated workflow tags
string
ISO 8601 update timestamp

Example

MCP Tool

This endpoint is also available as the update_workflow MCP tool: