Ejecuta una operación de memoria (save, search, update, delete)
🚀 Servidor de producción
https://api.hiveflow.com/api
🚀 Servidor de producción
https://api.hiveflow.com/api
POST
/api/hiveflow-database/operations/{nodeId}/execute
HiveFlow Database
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST 'https://api.hiveflow.com/api/api/hiveflow-database/operations//execute' \
--header 'Content-Type: application/json' \
--data-raw '{
"operation": "save",
"operationData": {
"data": "{\"mensaje\": \"Hola mundo\", \"usuario\": \"Juan\"}",
"tags": "conversacion, importante"
}
}'
Response Response Example
{
"success": true,
"operation": "string",
"message": "string",
"data": {}
}
Request
Path Params
nodeId
string
required
Body Params application/json
Responses
Modified at 2025-06-19 15:26:15