Body
-
true/false
-
description of the Dataflow
-
Indicates if the error email notifications will be enabled.
-
The email or email addresses to send error notifications to. Multiple emails must be separated by a comma.
-
name of the Dataflow
-
1 is for active, 0 is for inactive. By default, status is set to 1. In case of defective dataflow, it should be set to 0
PUT
/dataflows/{dataflowId}
curl \
--request PUT 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/dataflows/{dataflowId}' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"autocleani_form_data":true,"description":"string","enable_error_email_notifications":"string","error_notification_email":"string","name":"string","status":42.0}'
Request examples
{
"autocleani_form_data": true,
"description": "string",
"enable_error_email_notifications": "string",
"error_notification_email": "string",
"name": "string",
"status": 42.0
}
Response examples (200)
{
"_id": "5743cbbccd7b08254a5a6ec0"
}