destination
Update a destination
post/v1/destinations/update
Request body
Example request
{
"connectionConfiguration": {
"user": "charles"
}
}Response
Successful operation
Example response
{
"connectionConfiguration": {
"user": "charles"
}
}