Update connection
Updates a connection in a customer account. Requires oem_vendor
privilege.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
connection_id
ID of the connection.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
name
Connection name, for example, Prod Salesforce connection
.
input
Connection setting fields.
folder_id
Folder id where connection should be stored.
parent_id
ID of parent connection.
external_id
External identifier given to the user who owns the runtime user connection.
oauth_token_pair
Response
Success reply
id
The unique identifier for the connection.
name
The name of the connection.
provider
The provider associated with the connection.
created_at
The timestamp when the connection was created.
updated_at
The timestamp when the connection was last updated.
external_id
The external ID associated with the connection.
folder_id
The ID of the folder containing the connection.
parent_id
The ID of the parent connection, if applicable.