Put

Update External Database Connection


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates an external database connection.

An external database collection name must be submitted as a path parameter. If an existing external database connection is found with the same name, that connection's details are updated. If no external database connection has that name, the request fails.

Note: After an external database connection is updated, it only contains the values provided in the request. All previous values are lost.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage External Database Connections
Learn more about app permissions.
Endpoint
PUT
https://www.wixapis.com/wix-data/v1/external-database-connections/{externalDatabaseConnection.name}

Event TriggersThis method triggers the following events:
Did this help?