Updating Connector Configuration
Updating an already configured connector can be done using the Update Connector Config API.
Path
/v1/partner/connector/db69f718d3244495/config
Method
PUT
Header
Content-Type: application/json
Authorization: Bearer access token
Query Params
NONE
Body
{
“connectorId”: “db69f718d3244495”;
"sourceConfig": {
“api-key”: “AKIAVYK23DSGF45632DSGA”,
“bucket-name”: “madconnect_aud_nke”
},
"destinationConfig": {
“api-key”: “AKIAVYK23DSGF45632DSGA”,
“bucket-name”: “madconnect_aud_nke”
}
}
Success response
{
"code": 200,
"message": "string",
"response": {
"requestId": "9e03d755323e422596182d7dd0426401",
“connector”: {
"id": "db69f718d3244495",
"createdDate": 1710247702,
"modifiedDate": 1710247702,
"sourceConfig": {
“api-key”: “AKIAVDSFGDFS23DSGF4355332DSGA”,
“bucket-name”: “madconnect_aud_nke”
},
"destinationConfig": {
“api-key”: “AKIASDVYK23DSGF76543432DSGA”,
“bucket-name”: “madconnect_aud_nke”
}
}
}
Last updated