Update an existing environment connection override
Updates an existing environment-specific connection override. The override must already exist — returns 404 if it does not. Use the POST endpoint to create a new override. The override’s connection type is determined by the parent project connection.
Authorizations
a valid bearer token
Path Parameters
The unique identifier of the project containing the connection
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Body
Update an existing environment connection override. The override must already exist — returns 404 if it does not.
Provide environmentName and connectionName to identify the override, plus the type-specific fields inside connectionOverrides.
The combinations of platformConnectionType, authProvider and authType follow the same rules as the main create-connection request — see the combinations table on POST /v1/projects/{projectId}/connections.
Note: the request body schema is shared with the POST (create) endpoint.
The environment override request containing all necessary details
The kind of secret being referenced. Must match the parent project connection's authType. See the combinations table on POST /v1/projects/{projectId}/connections for valid values per connection type.
GENERIC_SECRET, CLOUD_PROVIDER_SECRET, OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, OAUTH_CLIENT_CRED, COMPOSITE_TOKEN, OAUTH_1_0_X_ADS "OAUTH_CLIENT_CRED"
The name of the connection to override
1"Salesforce"
The name of the environment to apply the override in
1"PROD"
Connection override configuration
Response
Environment connection override updated successfully
The authentication provider
"NONE"
The authentication type
GENERIC_SECRET, CLOUD_PROVIDER_SECRET, OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, OAUTH_CLIENT_CRED "GENERIC_SECRET"
Connection override configuration
The user who created the connection
The date and time when the connection was created
The name of the connection
"my-jira-connection"
The platform connection type
DWH, COMPONENT_BASIC, CLOUD_PLATFORM_CREDENTIALS "COMPONENT_BASIC"
The project ID this connection belongs to
