Update log redirect
PUT
/bridge/v2/logs-redirects/{domain}Authorizations
apiKey
Type: API Key (header: x-api-key)
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
}