Update destination
PUT
/bridge/v2/destinations/{domain}Authorizations
Parameters
Path Parameters
domain*
Typestring
RequiredRequest 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"
}