Creates or updates an environment-specific connection override for a COMPONENT_BASIC connection. This endpoint accepts one override at a time for a single environment.
The operation effectively upserts the override:
COMPONENT_BASIC Connection Overrides:
Documentation Index
Fetch the complete documentation index at: https://docs.maia.ai/llms.txt
Use this file to discover all available pages before exploring further.
a valid bearer token
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}$Environment connection override request:
Required fields:
For COMPONENT_BASIC connections:
The environment override request containing all necessary details
Auth type of the override. Must match the parent project connection's auth type. For COMPONENT_BASIC connections this drives the secret type sent downstream — GENERIC_SECRET → password secret, OAUTH_* → matching OAuth secret type.
GENERIC_SECRET, CLOUD_PROVIDER_SECRET, OAUTH_USER_TOKENS, OAUTH_AUTHORIZATION_CODE, OAUTH_CLIENT_CRED "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
Environment connection override created 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