Update a connection
Update the metadata of a specific connection. This endpoint is deprecated. Instead, use the [PUT endpoint](https://help.sigmacomputing.com/reference/updateconnection).
Authentication
AuthorizationBearer
OAuth authentication of the form <token>.
Path parameters
connectionId
Request
The request body.
name
useOauth
Response
The response body.
organizationId
Unique identifier of the organization
connectionId
Unique identifier of the connection
isSample
Whether the connection is the Sigma sample data connection
isAuditLog
Whether audit logging is enabled
lastActiveAt
Last activity date and time
name
Name of the connection
type
Type of the connection (e.g., “bigQuery”)
useOauth
Whether OAuth is used
createdBy
Identifier of the user who created this connection
updatedBy
Identifier of the user or process that last updated this connection
createdAt
When the connection was created
updatedAt
When the connection was last updated
isArchived
Whether the connection is archived
account
Account associated with the connection
warehouse
Warehouse associated with the connection
user
User associated with the connection
role
Role used by the connection user
timeout
Timeout settings for the connection, with a default value in seconds
poolSizes
Pool sizes for the connection, such as for adhocPoolSize or schedulePoolSize
writeAccess
friendlyName
Whether friendly names are enabled for this connection
writebacks
Configure write-back for non-OAuth connections
writebackSchemas
Configure write-back for OAuth connections
inputTableAuditLogSchema
Schema to use for the input table write-ahead log (WAL). Cannot be changed without breaking write behavior on this connection.
materializationWarehouse
Warehouse used to run materialization jobs
exportsWarehouse
Warehouse used to run export jobs
oauthMetadataUrl
OAuth metadata URL configured directly on this connection.
oauthClientId
Client ID configured directly on this connection.
oauthScopes
OAuth scopes configured directly on this connection.
oauthIdpType
OAuth provider type configured or inferred for this connection.
oauthUsePkce
Whether this connection-level OAuth configuration uses PKCE.
oauthUseJwt
Whether this connection-level OAuth configuration uses JWT bearer token authentication.
oauthAudience
Audience used for OAuth federation, such as the Google workforce identity federation audience for BigQuery.
isIndependentOAuth
Whether this connection uses connection-level OAuth instead of organization-level OAuth.
userAttributes
User attributes associated with the connection
roleSwitching
Whether a Snowflake OAuth connection allows users to switch roles when running queries. Only meaningful for Snowflake OAuth connections.

