Skip to content

Update destination

PUT
/bridge/v2/destinations/{domain}

Authorizations

Parameters

Path Parameters

domain*
Typestring
Required

Request Body

JSON
{
"address": "string",
"second_address": "string",
"second_address_percent": 50,
"domain": "string"
}

Responses

Updates and returns the updated destination
JSON
{
"address": "string",
"second_address": "string",
"second_address_percent": 50,
"domain": "string"
}