Update log redirect
PUT
/bridge/v2/logs-redirects/{domain}Authorizations
Parameters
Path Parameters
domain*
Typestring
RequiredRequest Body
JSON
{
"domain": "string",
"chatId": "string",
"disableVisitLogs": true
}
Responses
Updates and returns the updated log redirect
JSON
{
"domain": "string",
"chatId": "string",
"disableVisitLogs": true
}