Update Connection detailsAsk AIpatch https://api.airbyte.com/v1/connections/{connectionId}Path ParamsconnectionIdstringrequiredBody ParamsnamestringOptional name of the connectionconfigurationsobjectA list of configured stream options for a connection.configurations objectscheduleobjectschedule for when the the connection should run, per the schedule typeschedule objectdataResidencystringenumautouseuAllowed:autouseunamespaceDefinitionstringenumDefine the location where the data will be stored in the destinationsourcedestinationcustom_formatAllowed:sourcedestinationcustom_formatnamespaceFormatstringDefaults to nullUsed when namespaceDefinition is 'custom_format'. If blank then behaves like namespaceDefinition = 'destination'. If "${SOURCE_NAMESPACE}" then behaves like namespaceDefinition = 'source'.prefixstringPrefix that will be prepended to the name of each stream when it is written to the destination (ex. “airbyte_” causes “projects” => “airbyte_projects”).nonBreakingSchemaUpdatesBehaviorstringenumSet how Airbyte handles syncs when it detects a non-breaking schema change in the sourceignoredisable_connectionpropagate_columnspropagate_fullyAllowed:ignoredisable_connectionpropagate_columnspropagate_fullystatusstringenumactiveinactivedeprecatedAllowed:activeinactivedeprecatedResponses 200Update a Connection by the id in the path. 403Not allowed 404Not foundUpdated about 1 year ago