# Update Connection **PUT /connections/{connectionId}** Update Connection. ## Servers - https://dataflownode.zerionsoftware.com/zcrypt/v1.0: https://dataflownode.zerionsoftware.com/zcrypt/v1.0 () ## Authentication methods - Oauth2 ## Parameters ### Path parameters - **connectionId** (string) id of the Connection ### Body: application/json (object) - **id** (string) Connection Id - **config** (object) Configuration based on connection type - **connection_name** (string) Connection Name - **created_by** (string) Created by entity name - **created_by_id** (string) Created by entity Id - **description** (string) Connection description - **owning_entity** (string) Owner's name - **trusted_entities** (array) Array of Entities that have permission to this connection - **type** (string) Connection type (email, iform_oauth2, ) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string) the updated Connection Id [Powered by Bump.sh](https://bump.sh)