C2C
Updates a connector info
Updates the connector connectorId info.
put/c2c/v4/connectors/{connectorId}
Path parameters
connectorIdstring required
Identifier of the connector
Request body
Example request
{
"driverId": "my-driver-1-id",
"enabled": true,
"externalCloudInfo": {
"extAppId": "ext-app-id",
"extUserId": "ext-user-id",
"extUserPassword": "ext-user-password"
},
"name": "driver-name",
"refreshIntervalS": 3600
}Response
Successful
object required
Identifier of the connector.