> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cyberwave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# WorkflowNodeUpdateSchema

# WorkflowNodeUpdateSchema

## Properties

| Name              | Type                   | Description | Notes       |
| ----------------- | ---------------------- | ----------- | ----------- |
| **name**          | **str**                |             | \[optional] |
| **node\_type**    | **str**                |             | \[optional] |
| **node\_subtype** | **str**                |             | \[optional] |
| **trigger\_type** | **str**                |             | \[optional] |
| **parameters**    | **Dict\[str, object]** |             | \[optional] |
| **position\_x**   | **float**              |             | \[optional] |
| **position\_y**   | **float**              |             | \[optional] |
| **notes**         | **str**                |             | \[optional] |
| **is\_disabled**  | **bool**               |             | \[optional] |
| **metadata**      | **Dict\[str, object]** |             | \[optional] |


Built with [Mintlify](https://mintlify.com).