diff --git a/docs/workflows/components/nodes.md b/docs/workflows/components/nodes.md index 82f4fe23d75..d0716f8af44 100644 --- a/docs/workflows/components/nodes.md +++ b/docs/workflows/components/nodes.md @@ -64,11 +64,6 @@ The node settings under the **Settings** tab allow you to control node behaviors When active or set, they do the following: -* **Request Options**: Select **Add Option** to view and select these options. - - **Batching**: Control how to batch large numbers of input items. - - **Ignore SSL Issues**: Download the response even if SSL validation isn't possible. - - **Proxy**: Use this if you need to specify an HTTP proxy. - - **Timeout**: Set a timeout for the request in ms. * **Always Output Data**: The node returns an empty item even if the node returns no data during execution. Be careful setting this on IF nodes, as it could cause an infinite loop. * **Execute Once**: The node executes once, with data from the first item it receives. It doesn't process any extra items. * **Retry On Fail**: When an execution fails, the node reruns until it succeeds.