# Update a Dataflow **PUT /dataflows/{dataflowId}** Update a Dataflow. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **dataflowId** (string) id of the Dataflow ### Body: application/json (object) - **autocleani_form_data** (boolean) true/false - **description** (string) description of the Dataflow - **enable_error_email_notifications** (string) Indicates if the error email notifications will be enabled. - **error_notification_email** (string) The email or email addresses to send error notifications to. Multiple emails must be separated by a comma. - **name** (string) name of the Dataflow - **status** (number) 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 ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) the updated Dataflow Id [Powered by Bump.sh](https://bump.sh)