Updates only the component’s display name. Does not create a new version and does not propagate to embedded instances.
For changes to component_data (the actual node/edge structure), use PUT /workflow-components/{component_id} instead.
Documentation Index
Fetch the complete documentation index at: https://docs.cloudcruise.com/llms.txt
Use this file to discover all available pages before exploring further.
API key-based authentication. Provide your CloudCruise API key in the cc-key header.
CloudCruise API key for authentication
The ID of the workflow component
Payload for renaming a workflow component. Does not create a new version.
New display name for the component
100Component renamed successfully
Full workflow component including its latest version's component_data.
Returned by GET /workflow-components/{component_id} and the create endpoint.
Unique identifier for the component
ID of the workspace this component belongs to
Display name of the component
Structural payload for a workflow component — the nodes, edges, and vault schema that compose it. Mirrors the shape used by the workflow visualizer.
The latest version number of this component
x >= 1ID of the user who created the component
Optional note describing the latest version's changes