Validar configuración del nodo
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/flows/{flowId}/nodes/{nodeId}/validate
Nodos
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.hiveflow.com/api/flows//nodes//validate'
Response Response Example
{
"success": true,
"valid": true,
"errors": [
{
"field": "string",
"message": "string",
"severity": "error"
}
],
"warnings": [
{
"field": "string",
"message": "string"
}
]
}
Request
Path Params
flowId
string
required
nodeId
string
required
Responses
Modified at 2025-06-19 15:26:15