Update the sample connection settings for an organization

View as Markdown
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.
enableSnowflakebooleanOptional
Enable or disable the Snowflake sample connection if it exists for the organization.
enableDatabricksbooleanOptional
Enable or disable the Databricks sample connection if it exists for the organization.

Response

The response body.
enableSnowflakeboolean
Enable or disable the Snowflake sample connection if it exists for the organization.
enableDatabricksboolean
Enable or disable the Databricks sample connection if it exists for the organization.