Actualizar configuración de triggers del nodo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
PATCH
/flows/{flowId}/nodes/{nodeId}/triggers
Triggers
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PATCH 'https://api.hiveflow.com/api/flows//nodes//triggers' \
--header 'Content-Type: application/json' \
--data-raw '{
"enabled": true,
"webhookUrl": "string",
"allowedMethods": [
"string"
]
}'
Response Response Example
{
"success": true,
"triggers": {}
}
Request
Path Params
flowId
string
required
nodeId
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15