Update the sample connection settings for an organization
Enable or disable the sample connections for the organization.
### Usage notes
- To perform this operation, you must use API credentials owned by a user assigned the Admin account type.
- To read or update these settings for a tenant organization, use [impersonation](/docs/impersonate-users) to obtain a token for that tenant, then call this endpoint with that token.
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Request
The request body.
enableSnowflake
Enable or disable the Snowflake sample connection if it exists for the organization.
enableDatabricks
Enable or disable the Databricks sample connection if it exists for the organization.
Response
The response body.
enableSnowflake
Enable or disable the Snowflake sample connection if it exists for the organization.
enableDatabricks
Enable or disable the Databricks sample connection if it exists for the organization.

